From 00642b3f71b6954bad7843da371ece6985f04d41 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 8 Aug 2019 19:06:24 +0100 Subject: [PATCH] vim: Debug in new tab --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.48.1