瀏覽代碼

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>