This commit is contained in:
pika 2025-06-02 12:42:16 +02:00
parent 9aad93c163
commit 8df8794d22

View file

@ -37,15 +37,17 @@ bind-key -n ¼ select-window -t :4
bind-key -n ½ select-window -t :5
bind-key -n ¬ select-window -t :6
# right alt + h/l
bind -n ħ select-pane -L
bind -n ł select-pane -R
# ─< set v for starting selection in copy mode >──────────────────────────────────────────
bind -T copy-mode-vi v send -X begin-selection
# ─< Reload tmux configuration without restarting tmux >──────────────────────────────────
bind r source-file ~/.tmux.conf \; display-message "Config reloaded!"
# ─< Use C-h and C-l to switch between panes >────────────────────────────────────────────
bind -n C-h select-pane -L
bind -n C-l select-pane -R
# fullscreen
bind -n C-f resize-pane -Z
# Ensure that when prefix is pressed, the mode indicator is shown