Merge branch 'main' of ssh://10.7.0.1:2222/matt/dotfiles

This commit is contained in:
mannders00
2026-09-13 11:04:08 -05:00
7 changed files with 66 additions and 22 deletions
+3
View File
@@ -10,6 +10,9 @@ set -g prefix C-space
unbind-key C-b
bind-key C-space send-prefix
# Sort the session picker by name
bind s choose-tree -Zs -O name
# Set new panes to open in current directory
bind c new-window -c "#{pane_current_path}"
bind '"' split-window -c "#{pane_current_path}"