vim:setts: Don't wrap termdebug settings in aucmd
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -59,6 +59,7 @@ augroup END
|
||||
" Custom bindings when debugging
|
||||
augroup termdebug_bindings
|
||||
au!
|
||||
" Go to normal mode with <Esc> like usually
|
||||
autocmd SourcePost termdebug.vim tnoremap <Esc> <C-\><C-n>
|
||||
augroup END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user