X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2853b0a2519ac22350f6fb41e2c23e1fc854f0de..32a180d2d9ce65bca5e463d42c3e6d6ab918b8b7:/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