Added Ctrl-R, reverse history search for :commands
This commit is contained in:
parent
9dea8f46c8
commit
b5f5ecd414
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 "xsunsmile/showmarks.git"
|
||||
Bundle "terryma/vim-multiple-cursors"
|
||||
Bundle "goldfeld/ctrlr.vim"
|
||||
|
||||
" Session Management
|
||||
"vim-misc is required for vim-session
|
||||
|
Loading…
Reference in New Issue
Block a user