5 lines
120 B
VimL
5 lines
120 B
VimL
" prevent auto insert mode, which is helpful when using conque
|
|
" term for running tests
|
|
"
|
|
autocmd WinEnter * stopinsert
|