Browse Source

changed terminal escape key to allow for nesteed nvim sessions

Josh Bicking 8 năm trước cách đây
mục cha
commit
245705a283
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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