improve term
parent
e66dd946dc
commit
b37e39ea5e
|
@ -37,4 +37,9 @@ vim.cmd [[
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd BufRead,BufNewFile *.gl set filetype=glsl
|
autocmd BufRead,BufNewFile *.gl set filetype=glsl
|
||||||
augroup END
|
augroup END
|
||||||
|
augroup TerminalStuff
|
||||||
|
autocmd BufWinEnter,WinEnter term://* startinsert
|
||||||
|
autocmd BufLeave term://* stopinsert
|
||||||
|
augroup END
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue