Add escape remap for nvim's terminal

This commit is contained in:
flyingscorpio@arch-desktop 2020-12-25 13:14:19 +01:00
parent 49926303d7
commit 87dff8b55d

View file

@ -2,3 +2,4 @@ set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc
let g:vimtex_compiler_progname = 'nvr'
tnoremap <Esc> <C-\><C-n>