diff --git a/.config/vim/vimrc.d/30-settings.vim b/.config/vim/vimrc.d/30-settings.vim index b74cef9..8f2e3b3 100644 --- a/.config/vim/vimrc.d/30-settings.vim +++ b/.config/vim/vimrc.d/30-settings.vim @@ -118,15 +118,10 @@ if (exists('g:loaded_gitgutter')) endif " Netrw - " Use tree style listing let g:netrw_liststyle=3 " TermDebug - " Have source view to the side of the splits of debugger and program -augroup termdebug_settings - au! - autocmd SourcePost termdebug.vim let g:termdebug_wide = 1 -augroup end +let g:termdebug_wide = 1 diff --git a/.config/vim/vimrc.d/80-autocommands.vim b/.config/vim/vimrc.d/80-autocommands.vim index c79151f..f80341c 100644 --- a/.config/vim/vimrc.d/80-autocommands.vim +++ b/.config/vim/vimrc.d/80-autocommands.vim @@ -59,6 +59,7 @@ augroup END " Custom bindings when debugging augroup termdebug_bindings au! + " Go to normal mode with like usually autocmd SourcePost termdebug.vim tnoremap augroup END