[vim] Map CTRL-Z to <nop>

pull/2266/head
Junegunn Choi 4 years ago
parent 8b71fea5dc
commit 474c1f5e32
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -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…
Cancel
Save