aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-14 23:18:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-14 23:18:14 +1200
commit8d20cb77d1d404bc2937a0020da17b6e40da827b (patch)
tree20f3078e484555f9f585588de3584dd3571caa4e
parentMerge branch 'release/v6.3.0' into develop (diff)
downloaddotfiles-8d20cb77d1d404bc2937a0020da17b6e40da827b.tar.gz
dotfiles-8d20cb77d1d404bc2937a0020da17b6e40da827b.zip
Make \\ map work in operator-pending mode
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d64711b7..ba80813f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1467,8 +1467,8 @@ sunmap <Leader>{
map <Leader>} <Plug>(VerticalRegionDown)
sunmap <Leader>}
"" Leader,\ jumps to the last edit position mark: think "Now, where was I?"
-nnoremap <Leader>\ `"
-xnoremap <Leader>\ `"
+noremap <Leader>\ `"
+sunmap <Leader>\
" This group does both: useful motions on defined text objects.