Added Ctrl-R, reverse history search for :commands
This commit is contained in:
3
vim/settings/ctrlr.vim
Normal file
3
vim/settings/ctrlr.vim
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
" Hit Ctrl-R to invoke an ex-mode reverse history search, like bash
|
||||||
|
" uses vim-ctrl plugin
|
||||||
|
nmap <C-r> :<C-r>
|
||||||
@@ -110,6 +110,7 @@ Bundle "vim-scripts/lastpos.vim"
|
|||||||
Bundle "vim-scripts/sudo.vim"
|
Bundle "vim-scripts/sudo.vim"
|
||||||
Bundle "xsunsmile/showmarks.git"
|
Bundle "xsunsmile/showmarks.git"
|
||||||
Bundle "terryma/vim-multiple-cursors"
|
Bundle "terryma/vim-multiple-cursors"
|
||||||
|
Bundle "goldfeld/ctrlr.vim"
|
||||||
|
|
||||||
" Session Management
|
" Session Management
|
||||||
"vim-misc is required for vim-session
|
"vim-misc is required for vim-session
|
||||||
|
|||||||
Reference in New Issue
Block a user