Browse Source

Add autocmd to fix mode when switching from terms

Thomas Dy 7 năm trước cách đây
mục cha
commit
08695e59e0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>