improve term

main
Dominik Madarász 2024-11-10 17:03:10 +01:00
parent e66dd946dc
commit b37e39ea5e
1 changed files with 5 additions and 0 deletions

View File

@ -37,4 +37,9 @@ vim.cmd [[
autocmd!
autocmd BufRead,BufNewFile *.gl set filetype=glsl
augroup END
augroup TerminalStuff
autocmd BufWinEnter,WinEnter term://* startinsert
autocmd BufLeave term://* stopinsert
augroup END
]]