update colors, sorting, lsp with treesitter

This commit is contained in:
Matt Anderson
2026-09-13 10:49:57 -05:00
parent 82314996f6
commit aaab135fea
7 changed files with 67 additions and 23 deletions
+3
View File
@@ -9,6 +9,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}"