summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-04-25 16:56:52 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-04-25 16:56:52 +0200
commit19a855e5505b92ac5d79aae6cd64ee5a067391c1 (patch)
tree5830259eb7e85197f4e30a7bee2564218aa0e21f
parentf01066cf7e1b65757011b876e359204e2af02d16 (diff)
[Footnotes] remapped annooying ,f/,r to ,,/,.
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index b028451..759622e 100644
--- a/vimrc
+++ b/vimrc
@@ -268,8 +268,8 @@ autocmd WinLeave * set nocursorline
" footnotes
-inoremap ,f <Esc>:call VimFootnotes()<CR>
-inoremap ,r <Esc>:exe b:pos<CR>
+inoremap ,, <Esc>:call VimFootnotes()<CR>
+inoremap ,. <Esc>:exe b:pos<CR>
function! VimFootnotes()
if exists("b:vimfootnotenumber")