Skip to content
Snippets Groups Projects
Unverified Commit 474c1f5e authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[vim] Map CTRL-Z to <nop>

parent 8b71fea5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment