소스 검색

Add autocmd to fix mode when switching from terms

Thomas Dy 7 년 전
부모
커밋
08695e59e0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .vim/init.vim

+ 1 - 0
.vim/init.vim

@@ -222,6 +222,7 @@ if has('nvim')
   tnoremap <C-V> <C-\><C-N>"+pi
 
   autocmd BufWinEnter,WinEnter term://* startinsert
+  autocmd BufLeave term://* stopinsert
 
   nnoremap <Leader>tv :vsp term://zsh<CR>
   nnoremap <Leader>to :term<CR>