Swap jump keys.
authorIain Patterson <me@iain.cx>
Wed, 29 Jul 2009 13:11:32 +0000 (14:11 +0100)
committerIain Patterson <me@iain.cx>
Tue, 4 Aug 2009 16:31:06 +0000 (17:31 +0100)
.vimrc

diff --git a/.vimrc b/.vimrc
index 4e1c4b8..eb9715f 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -74,6 +74,10 @@ inoremap <C-b> <C-p>
 " Use ^L to show matching completions but don't select one.
 inoremap <C-l> <C-n><C-p>
 
+" Swap jump keys.
+noremap ' `
+noremap ` '
+
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 " Handle options only available in Vim 5 and above.
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""