소스 검색

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