aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 6d20402..fb9aa89 100644
--- a/vimrc
+++ b/vimrc
@@ -503,6 +503,9 @@
" 2022.08.24:
" * Turn off vim-go goimports on save.
"
+" 2023.09.25:
+" * Turn on 'smoothscroll'.
+"
" Pathogen
@@ -527,6 +530,7 @@ set wrap " Soft wrap
set linebreak " Don't wrap in the middle of words. Only works when nolist is set
set scrolloff=3 " Scroll offset: always keep 3 lines
+set smoothscroll " Allow scrolling wrapped screen lines.
set showmatch " Highlight matching braces etc.
set hlsearch " Highlight searches