mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 04:32:05 -07:00
[vim] Map CTRL-Z to <nop>
This commit is contained in:
@@ -844,6 +844,7 @@ function! s:execute_term(dict, command, temps) abort
|
|||||||
call term_wait(fzf.buf, 20)
|
call term_wait(fzf.buf, 20)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
tnoremap <buffer> <c-z> <nop>
|
||||||
finally
|
finally
|
||||||
call s:dopopd()
|
call s:dopopd()
|
||||||
endtry
|
endtry
|
||||||
|
Reference in New Issue
Block a user