mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -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
|
||||
"
|
||||
" (display)
|
||||
" <Esc><Esc> | (N) -> reset window and clear search
|
||||
" <Backspace> | (N) -> reset window and clear search
|
||||
" // | (N) -> reset window and clear search
|
||||
"
|
||||
" (toggles and features)
|
||||
|
@ -394,7 +394,7 @@
|
|||
|
||||
"DISPLAY:{
|
||||
"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>'
|
||||
"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue