[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
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 0 deletions

View File

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