X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b1e657ed63c469f4fb2c6beed94f37b3e7fc2d11..00642b3f71b6954bad7843da371ece6985f04d41:/vim/vimrc 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