]> git.rmz.io Git - dotfiles.git/commitdiff
vim: DO NOT shadow my beloved <C-Z>
authorSamir Benmendil <me@rmz.io>
Wed, 21 Oct 2015 13:31:26 +0000 (14:31 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 21 Oct 2015 13:31:26 +0000 (14:31 +0100)
vim/plugin/quit_another_window.vim

index 8867962fbf21b84ec955f7d59c9c889d0291fe50..6453d848b00d5a4abdb6c6982637f0ca3e660cbf 100644 (file)
@@ -97,9 +97,6 @@ command! -nargs=? -bang -complete=file Ql call <SID>QuitAnotherWindow('l', <bang
 command! -nargs=? -bang -complete=file Q call <SID>QuitAnotherWindow("<args>", <bang>0)
 
 nnoremap <silent> <Plug>QAnotherWin :<C-U>call <SID>QuitAnotherWindow(<SID>inputtarget(), 0)<CR>
-if !hasmapto("<Plug>QAnotherWin","n")
-   nmap <silent> <C-z> <Plug>QAnotherWin
-endif
 
 " define lowercased aliases if possible
 if exists("loaded_cmdalias") && exists("*CmdAlias")