fix: don't enter insert mode when entering terminal buffers
this wasn't really limited to terminal buffers
This commit is contained in:
parent
f0e3b2e538
commit
8cb1920380
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ augroup END
|
|||
augroup terminal_mode
|
||||
autocmd!
|
||||
autocmd TermOpen * startinsert
|
||||
autocmd VimEnter,WinEnter,BufWinEnter term://* startinsert
|
||||
augroup END
|
||||
|
||||
" map esc to exit insert mode in terminal
|
||||
|
|
Loading…
Reference in a new issue