vim settings

This commit is contained in:
Kopatz
2026-01-02 21:28:06 +01:00
parent 3d349e0197
commit 3fd97ed63e
3 changed files with 10 additions and 3 deletions

View File

@@ -20,8 +20,11 @@
smartindent = true;
tabstop = 2;
cursorline = true; # show where the cursor is
ignorecase = true;
incsearch = true;
inccommand = "split";
smartcase = true;
wildmode = "list:longest";