diff --git a/tmux.conf b/tmux.conf index fec0b01..94dca32 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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