]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Remap <C-G> to display more information.
authorSimon Ruderich <simon@ruderich.org>
Sat, 17 Sep 2011 12:29:51 +0000 (14:29 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 17 Sep 2011 12:29:51 +0000 (14:29 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 35edbdfd31b057f2f582cfe370fccd0c9d979b5c..717105d2f9d27e4cc668f8f889d54006d22403b9 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -227,6 +227,10 @@ cnoremap <C-N> <Down>
 " 20:02 CEST). To suspend without saving either unmap it or use :stop<CR>.
 nnoremap <C-Z> :update<CR>:stop<CR>
 
+" 2<C-G> gives more verbose information, use it by default. Thanks to NCS_One
+" in #vim on Freenode (2011-08-15 00:17 CEST).
+nnoremap <C-G> 2<C-G>
+
 " Use <Space> to move down a page and - to move up one like in mutt.
 nnoremap <Space> <C-F>
 nnoremap - <C-B>