ls colors

This commit is contained in:
2026-01-29 21:22:28 +01:00
parent 64b9cb0e55
commit 23f8866dff
2 changed files with 25 additions and 0 deletions

4
.vimrc
View File

@@ -18,6 +18,10 @@ set hidden " switch buffers without saving
set ignorecase smartcase " smart case search
set scrolloff=8 " keep 8 lines visible above/below cursor
set undofile " persistent undo across sessions
set undodir=~/.vim/undo//
set directory=~/.vim/swap//
set backupdir=~/.vim/backup//
set nobackup
set mouse=a " mouse support