X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2d4e505b0462bf08aa368941941d17979812e285..c8a632a3ff5226a6e61ddc19b479abfe565ba3dd:/vim/vimrc 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