|
@@ -138,6 +138,10 @@ if has('nvim')
|
|
|
autocmd BufWinEnter,WinEnter term://* startinsert
|
|
|
autocmd BufLeave term://* stopinsert
|
|
|
|
|
|
+ " fix flickering when clearing terminal
|
|
|
+ autocmd TermEnter * setlocal scrolloff=0
|
|
|
+ autocmd TermLeave * setlocal scrolloff=99
|
|
|
+
|
|
|
nnoremap <Leader>tv :vsp term://$SHELL<CR>
|
|
|
nnoremap <Leader>to :term<CR>
|
|
|
endif
|