From 8df8794d2219b66048f82eb1db69e3f1928e0672 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 2 Jun 2025 12:42:16 +0200 Subject: [PATCH] wip --- tmux.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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