mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
Esc+Esc was acting strange, so now <Backspace> or // clears search+refresh
This commit is contained in:
parent
2bae8bc5bb
commit
b4198097b4
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
||||||
" <Alt-d> | (N) -> create a new tab with a double pane vimfiler
|
" <Alt-d> | (N) -> create a new tab with a double pane vimfiler
|
||||||
"
|
"
|
||||||
" (display)
|
" (display)
|
||||||
" <Esc><Esc> | (N) -> reset window and clear search
|
" <Backspace> | (N) -> reset window and clear search
|
||||||
" // | (N) -> reset window and clear search
|
" // | (N) -> reset window and clear search
|
||||||
"
|
"
|
||||||
" (toggles and features)
|
" (toggles and features)
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
|
|
||||||
"DISPLAY:{
|
"DISPLAY:{
|
||||||
"clear search and reset buffer
|
"clear search and reset buffer
|
||||||
nnoremap <silent><expr> <Esc><Esc> ':noh<CR>:redraw!<CR>'
|
nnoremap <silent><expr> <BackSpace> ':noh<CR>:redraw!<CR>'
|
||||||
nnoremap <silent><expr> // ':noh<CR>:redraw!<CR>'
|
nnoremap <silent><expr> // ':noh<CR>:redraw!<CR>'
|
||||||
"}
|
"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue