vim: Add scrolloffset and enable mouse

This commit is contained in:
2020-11-23 02:23:45 +01:00
parent a5b47adc0a
commit 0ff4ffd67d

View File

@@ -91,6 +91,10 @@ endif
" Show whitespace characters " Show whitespace characters
set list set list
set listchars=tab:>· set listchars=tab:>·
" Keep current line away from top/bottom borders of the buffer when scrolling
set scrolloff=15
" Enable mouse in normal and visual mode
set mouse=nv
" Keybindings ################################################################## " Keybindings ##################################################################
" Stop highlighting search result when pressing Return " Stop highlighting search result when pressing Return