Add escape remap for nvim's terminal
This commit is contained in:
parent
49926303d7
commit
87dff8b55d
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@ set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||||
let &packpath = &runtimepath
|
let &packpath = &runtimepath
|
||||||
source ~/.vimrc
|
source ~/.vimrc
|
||||||
let g:vimtex_compiler_progname = 'nvr'
|
let g:vimtex_compiler_progname = 'nvr'
|
||||||
|
tnoremap <Esc> <C-\><C-n>
|
||||||
|
|
Loading…
Add table
Reference in a new issue