]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: use Termdebug in new tab and close when finished
[dotfiles.git] / vim / vimrc
index 99952966f56f8552ccd02a7897e15c01a182e79e..6192c9f67fd3c9ed8fc5c596563df37a37066061 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -333,9 +333,6 @@ augroup terminal
   au!
   au TerminalOpen * if &buftype == 'terminal' | setlocal bufhidden=hide | endif
 augroup END
-" vertical split TermDebug
-let g:termdebug_wide = 1
-command! -nargs=* -bang -complete=file Debug tabedit % | Termdebug<bang> <args>
 
 " bindings {{{1