]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: Debug in new tab
[dotfiles.git] / vim / vimrc
index 90cf14f818f28d68465bf0da99ed6d655071c2dd..b9acfe67e767d0e14f51345613bbff7a46b1eb93 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -333,6 +333,9 @@ 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