summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-11-15 21:28:07 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-11-15 21:28:07 +0900
commit474c1f5e32cc56653b1a1be697abf92537e4e28f (patch)
treefa5bdcf92b5abe66e7c22c5d76a04e1564a63f87 /plugin
parent8b71fea5dc469b5f996fa2823f53f3b1d9b084ae (diff)
[vim] Map CTRL-Z to <nop>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/fzf.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index e59196d8..06f79590 100644
--- a/plugin/fzf.vim
+++ b/plugin/fzf.vim
@@ -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