Updated tmux-sessionator and tmux config

This commit is contained in:
2023-10-03 17:08:48 -04:00
parent f55eca41f0
commit e90c491a47
2 changed files with 21 additions and 5 deletions

View File

@@ -61,10 +61,6 @@ bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# bind -T prefix j select-pane -D
# bind -T prefix k select-pane -U
# bind -T prefix h select-pane -L
# bind -T prefix l select-pane -R
bind-key -r K kill-pane
# Use Shift-arrow keys to navigate windows.