diff options
author | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2013-04-25 16:56:52 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2013-04-25 16:56:52 +0200 |
commit | 19a855e5505b92ac5d79aae6cd64ee5a067391c1 (patch) | |
tree | 5830259eb7e85197f4e30a7bee2564218aa0e21f /vimrc | |
parent | f01066cf7e1b65757011b876e359204e2af02d16 (diff) |
[Footnotes] remapped annooying ,f/,r to ,,/,.
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |