diff options
Diffstat (limited to 'vim/operators/replace/replace.keys')
| -rw-r--r-- | vim/operators/replace/replace.keys | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/operators/replace/replace.keys b/vim/operators/replace/replace.keys index 8857e98..ef8b57f 100644 --- a/vim/operators/replace/replace.keys +++ b/vim/operators/replace/replace.keys @@ -3,6 +3,8 @@ t{r<Enter> /* replace space with new line */ 3r= /* replace --- with === */ n /* advance to next match */ . /* repeat */ +r<Escape> /* cancel, should not alter text */ n /* advance to next match */ v2e /* select something in visual mode */ +r<Escape> /* cancel, should not alter text */ r= /* replace selection */ |
