dblume commited on 2024-03-19 23:03:20
Showing 1 changed files, with 1 additions and 0 deletions.
... | ... |
@@ -15,6 +15,7 @@ set incsearch " Navigate to matched strings while typing. Toggle: :set is! |
15 | 15 |
set scrolloff=0 " EC2 defaults to 5. Set explicitly to be consistent |
16 | 16 |
set formatoptions+=j " Delete comment character when joining commented lines. |
17 | 17 |
set ttimeoutlen=100 " Affects Esc key, not leader. |
18 |
+set noruler " Don't show cursor pos on right side of status bar |
|
18 | 19 |
|
19 | 20 |
if v:version >= 703 |
20 | 21 |
" Do save the undo tree to file, but not in the local directory. |
21 | 22 |