From: Samir Benmendil Date: Thu, 8 Aug 2019 18:06:24 +0000 (+0100) Subject: vim: Debug in new tab X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/00642b3f71b6954bad7843da371ece6985f04d41?hp=635756df7ef19b005b9c3de81fafb98eeb1ed74f vim: Debug in new tab --- 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