git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5010bd4
)
Swap jump keys.
author
Iain Patterson
<me@iain.cx>
Wed, 29 Jul 2009 13:11:32 +0000
(14:11 +0100)
committer
Iain Patterson
<me@iain.cx>
Tue, 4 Aug 2009 16:31:06 +0000
(17:31 +0100)
.vimrc
patch
|
blob
|
history
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.
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""