]> git.rmz.io Git - dotfiles.git/blobdiff - vim/plugin/quit_another_window.vim
vim: DO NOT shadow my beloved <C-Z>
[dotfiles.git] / 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>
 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")
 
 " define lowercased aliases if possible
 if exists("loaded_cmdalias") && exists("*CmdAlias")