Преглед изворни кода

changed terminal escape key to allow for nesteed nvim sessions

Josh Bicking пре 8 година
родитељ
комит
245705a283
1 измењених фајлова са 1 додато и 1 уклоњено
  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