diff --git a/.config/vim/vimrc b/.config/vim/vimrc index faac060..f7ab003 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -91,6 +91,10 @@ endif " Show whitespace characters set list 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 ################################################################## " Stop highlighting search result when pressing Return