From 1da3b6897973cb7ccda1629ed0417435606c212e Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 12 Jul 2023 17:51:47 +0200 Subject: Bessere (alternative) Keybindings für Tmux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmux/tmux.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f09ed9f..df0934b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -17,18 +17,14 @@ set -g window-status-current-style fg=white,bg=blue,bold set -g mode-keys vi set -g focus-events on -bind -n C-S-Left previous-window -bind -n C-S-Right next-window +bind -r Tab next-window +bind -r BTab previous-window bind h select-pane -L bind j select-pane -D bind k select-pane -U bind l select-pane -R -bind '"' split-window -v -c "#{pane_current_path}" -bind % split-window -h -c "#{pane_current_path}" -bind c new-window -c "~" - 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 "Config reloaded" -- cgit v1.3