diff --git a/vim/settings/ctrlr.vim b/vim/settings/ctrlr.vim new file mode 100644 index 0000000..43fa4dd --- /dev/null +++ b/vim/settings/ctrlr.vim @@ -0,0 +1,3 @@ +" Hit Ctrl-R to invoke an ex-mode reverse history search, like bash +" uses vim-ctrl plugin +nmap : diff --git a/vim/vundles.vim b/vim/vundles.vim index 872efd2..8a41291 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -110,6 +110,7 @@ Bundle "vim-scripts/lastpos.vim" Bundle "vim-scripts/sudo.vim" Bundle "xsunsmile/showmarks.git" Bundle "terryma/vim-multiple-cursors" +Bundle "goldfeld/ctrlr.vim" " Session Management "vim-misc is required for vim-session