From 19a855e5505b92ac5d79aae6cd64ee5a067391c1 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 25 Apr 2013 16:56:52 +0200 Subject: [Footnotes] remapped annooying ,f/,r to ,,/,. --- vimrc | 4 ++-- 1 file 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 :call VimFootnotes() -inoremap ,r :exe b:pos +inoremap ,, :call VimFootnotes() +inoremap ,. :exe b:pos function! VimFootnotes() if exists("b:vimfootnotenumber") -- cgit v1.2.3