[vim] Map CTRL-Z to <nop>

This commit is contained in:
Junegunn Choi
2020-11-15 21:28:07 +09:00
parent 8b71fea5dc
commit 474c1f5e32

View File

@@ -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