summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")