Compare commits

..

2 commits

Author SHA1 Message Date
Kevin MacMartin
dba8520b56 Update submodules 2024-10-16 14:43:29 -04:00
Kevin MacMartin
52888e8e68 Don't scroll when the cursor is near the top or bottom edge 2024-10-16 14:42:02 -04:00
4 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 86728435273b63fe71fa64a66c2a6d49e94613a2
Subproject commit 92725df6222614307c4712eb9982e5287f21aa11

@ -1 +1 @@
Subproject commit b91c98afa6c42819aea6cbc1ba38272f5456a5cf
Subproject commit 0d79d169fcd45a8da464727ac893044728f121d4

@ -1 +1 @@
Subproject commit 269c9c704466214497408ddbc14fc56e54116fd5
Subproject commit ba74eb0c635279d5b8b2946b044089b9411dfc8e

View file

@ -63,7 +63,7 @@
set cursorline cursorcolumn "enable row/column highlighting
set visualbell "notify visually instead of with an audible bell
set splitright "add new tiles on the right (and not left) when added
set scrolloff=5 "scroll vertically when the cursor is 5 characters away from the top or bottom
set scrolloff=0 "don't scroll vertically when the cursor is near the top or bottom
set sidescroll=1 sidescrolloff=5 "scroll horizontally when the cursor is 5 chars away from the edge
set list listchars=tab:>-,trail:- "display tabs as: >--- and trailing spaces as: -
set shortmess+=I "disable startup message