Compare commits

..

No commits in common. "dba8520b56df2cf10e4d7b75db5ae1cb8d3e55a1" and "6742469c00517528467b25ab4b49530a702167fb" have entirely different histories.

4 changed files with 4 additions and 4 deletions

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

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

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

View file

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