Explorar o código

changed terminal escape key to allow for nesteed nvim sessions

Josh Bicking %!s(int64=8) %!d(string=hai) anos
pai
achega
245705a283
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vimrc

+ 1 - 1
vimrc

@@ -221,5 +221,5 @@ if has('nvim')
     nnoremap <silent> <esc> :noh<cr><esc>
 
     " Esc returns to normal mode in terminal mode
-    tnoremap <Esc> <C-\><C-n>
+    tnoremap <C-w> <C-\><C-n><C-w>
 endif