vim: Add scrolloffset and enable mouse
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user