vim:autocmd: Add bindings when sourcing termdebug

This commit is contained in:
2021-07-13 16:54:55 +02:00
parent 8c37dc2316
commit 8c66e1cf68

View File

@@ -53,3 +53,6 @@ else
autocmd VimLeave * silent !echo -ne "\e[5 q"
endif
endif
" Custom bindings when debugging
autocmd SourcePost termdebug.vim tnoremap <Esc> <C-\><C-n>