feat: split zshrc, add mouse scrolling to vim/delta

This commit is contained in:
2026-02-12 18:35:07 +00:00
parent 27a8152c25
commit 6cb7226273
6 changed files with 536 additions and 515 deletions

View File

@@ -4,6 +4,7 @@ set number relativenumber
set ignorecase smartcase incsearch hlsearch
set autoindent expandtab tabstop=4 shiftwidth=4 softtabstop=4
set scrolloff=8 wildmenu showcmd laststatus=2
set mouse=a
set hidden
set noswapfile nobackup undofile
let s:undo_dir = expand('~/.vim/undodir')