X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/635756df7ef19b005b9c3de81fafb98eeb1ed74f..00642b3f71b6954bad7843da371ece6985f04d41:/vim/vimrc?ds=inline diff --git a/vim/vimrc b/vim/vimrc index 90cf14f..b9acfe6 100644 --- 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 " bindings {{{1