idk some bullshit about amp

This commit is contained in:
Anish Lakhwara
2025-09-17 17:11:23 -07:00
parent 440ed69398
commit 1177e076b0
10 changed files with 129 additions and 28 deletions
+3
View File
@@ -9,6 +9,9 @@ set-environment -g COLORTERM "truecolor"
# Mouse works as expected
set-option -g mouse on
# Enable focus events for vim/neovim autoread
set -g focus-events on
# easy-to-remember split pane commands
bind | split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"