many changes

This commit is contained in:
Michael Chalupiak
2024-12-03 15:21:21 -05:00
parent 838809f377
commit b41c49cda1
9 changed files with 34 additions and 11 deletions

View File

@@ -12,6 +12,11 @@ set -sg escape-time 25
setw -g mode-keys vi
bind b choose-tree
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com:user/plugin'