From 9260dc8b7803c2c4e4c20e93aef559e3ef00e50f Mon Sep 17 00:00:00 2001 From: Nikolai B Date: Thu, 17 Jul 2014 14:37:45 +0100 Subject: [PATCH] use alt for more mappings --- vim/settings/yadr-keymap-linux.vim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vim/settings/yadr-keymap-linux.vim b/vim/settings/yadr-keymap-linux.vim index fdc6008..1804203 100644 --- a/vim/settings/yadr-keymap-linux.vim +++ b/vim/settings/yadr-keymap-linux.vim @@ -21,12 +21,12 @@ imap - " Change inside various enclosures with Ctrl-" and Ctrl-' " The f makes it find the enclosure so you don't have " to be standing inside it -nnoremap f'ci' -nnoremap f"ci" -nnoremap f(ci( -nnoremap f)ci) -nnoremap f[ci[ -nnoremap f]ci] +nnoremap f'ci' +nnoremap f"ci" +nnoremap f(ci( +nnoremap f)ci) +nnoremap f[ci[ +nnoremap f]ci] " ==== NERD tree " Ctrl-Shift-N for nerd tree