瀏覽代碼

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