From: Samir Benmendil Date: Tue, 15 Jul 2014 11:03:26 +0000 (+0100) Subject: vim: add vim-signature X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/4b396f9d6468bcad2882d28a56068725076f5e7e?ds=inline vim: add vim-signature --- diff --git a/vim/vimrc b/vim/vimrc index 55b81e0..c7397c4 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -18,6 +18,7 @@ Bundle 'elzr/vim-json' Bundle 'ervandew/ag.git' Bundle 'http://git.code.sf.net/p/vim-latex/vim-latex' Bundle 'kien/ctrlp.vim' +Bundle 'kshenoy/vim-signature' Bundle 'majutsushi/tagbar' Bundle 'scrooloose/nerdtree' Bundle 'scrooloose/syntastic' @@ -215,8 +216,8 @@ map Y y$ vnoremap . :normal . " add line without changing position or leaving mode -map o :set pastem`o``:set nopaste -map O :set pastem`O``:set nopaste +noremap o :set pastem`o``:set nopaste +noremap O :set pastem`O``:set nopaste " Don't use Ex mode, use Q for formatting map Q gq