X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2d4e505b0462bf08aa368941941d17979812e285..70daf4df6ee0b3be03d0bdcbb69d4642a30f426f:/vim/vimrc?ds=sidebyside diff --git a/vim/vimrc b/vim/vimrc index 9995296..6192c9f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -333,9 +333,6 @@ 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