Explorar o código

Add autocmd to fix mode when switching from terms

Thomas Dy %!s(int64=7) %!d(string=hai) anos
pai
achega
08695e59e0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>