mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-25 06:07:42 +00:00
[vim] Force redraw by exiting and re-entering terminal mode
Workaround for Neovim v0.5.0-dev https://github.com/junegunn/fzf/issues/2352#issuecomment-782894123
This commit is contained in:
parent
dea950c2c8
commit
29851c18aa
@ -767,7 +767,7 @@ endfunction
|
|||||||
nnoremap <silent> <Plug>(fzf-insert) i
|
nnoremap <silent> <Plug>(fzf-insert) i
|
||||||
nnoremap <silent> <Plug>(fzf-normal) <Nop>
|
nnoremap <silent> <Plug>(fzf-normal) <Nop>
|
||||||
if exists(':tnoremap')
|
if exists(':tnoremap')
|
||||||
tnoremap <silent> <Plug>(fzf-insert) <Nop>
|
tnoremap <silent> <Plug>(fzf-insert) <C-\><C-n>i
|
||||||
tnoremap <silent> <Plug>(fzf-normal) <C-\><C-n>
|
tnoremap <silent> <Plug>(fzf-normal) <C-\><C-n>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user