Explorar el Código

changed terminal escape key to allow for nesteed nvim sessions

Josh Bicking hace 8 años
padre
commit
245705a283
Se han modificado 1 ficheros con 1 adiciones y 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