mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-22 19:09:00 +00:00
[vim] Map CTRL-Z to <nop>
This commit is contained in:
parent
8b71fea5dc
commit
474c1f5e32
@ -844,6 +844,7 @@ function! s:execute_term(dict, command, temps) abort
|
||||
call term_wait(fzf.buf, 20)
|
||||
endif
|
||||
endif
|
||||
tnoremap <buffer> <c-z> <nop>
|
||||
finally
|
||||
call s:dopopd()
|
||||
endtry
|
||||
|
Loading…
Reference in New Issue
Block a user