Added tmux binds

This commit is contained in:
Luka Jankovic 2025-01-14 15:54:48 +01:00
parent fe6bcf30f5
commit fe13977dd8
2 changed files with 22 additions and 8 deletions

View file

@ -12,3 +12,16 @@ bind-key C-s send-prefix
bind -n C-Tab select-window -n
bind -n C-S-Tab select-window -p
# Movement binds
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
# New pane binds
bind L split-window -h
bind H split-window -h \; swap-pane -s -
bind J split-window -v
bind K split-window -v \; swap-pane -s -