From 28a63da650901fef8ba2480d7a085ea4a3acb8df Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 14 Jan 2026 12:50:12 +0100 Subject: tmux: Benutze die kürzeren alias Befehle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmux/tmux.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6e2dc0d..8a9fa3b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -19,14 +19,14 @@ set -g window-status-current-style fg=white,bg=brightblue,bold set -g mode-keys vi set -g focus-events on -bind h select-pane -L -bind j select-pane -D -bind k select-pane -U -bind l select-pane -R +bind h selectp -L +bind j selectp -D +bind k selectp -U +bind l selectp -R bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}" bind C-t set -g status bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" -bind % split-window -h -c "#{pane_current_path}" -bind '"' split-window -c "#{pane_current_path}" +bind % splitw -h -c "#{pane_current_path}" +bind '"' splitw -c "#{pane_current_path}" -- cgit v1.3