Update keybinds

This commit is contained in:
Alex Yatskov 2024-04-17 17:14:27 -07:00
parent 4d22d6a375
commit e02f44b682

View File

@ -1,10 +1,16 @@
bind-key r source-file "~/.tmux.conf" bind-key r source-file "~/.tmux.conf"
bind-key h select-pane -L bind-key -n c-left select-pane -L
bind-key j select-pane -D bind-key -n c-down select-pane -D
bind-key k select-pane -U bind-key -n c-up select-pane -U
bind-key l select-pane -R bind-key -n c-right select-pane -R
bind-key space last-pane
bind-key -n m-left resize-pane -L
bind-key -n m-down resize-pane -D
bind-key -n m-up resize-pane -U
bind-key -n m-right resize-pane -R
bind-key -n m-\; last-pane
bind-key s split-window bind-key s split-window
bind-key v split-window -h bind-key v split-window -h