From 1f3cdc9ff3976255ec0662b3b72b378099507af3 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 25 Mar 2024 16:26:35 +0300 Subject: [PATCH] tmux mappings --- home/user/.config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/user/.config/tmux/tmux.conf b/home/user/.config/tmux/tmux.conf index 9759544..a2246ec 100644 --- a/home/user/.config/tmux/tmux.conf +++ b/home/user/.config/tmux/tmux.conf @@ -26,6 +26,9 @@ bind -n M-8 new-window -n 8 -S bind -n M-9 new-window -n 9 -S bind -n M-0 new-window -n 10 -S +bind -n M-f resize-pane -Z +bind -n M-Tab last-window + set-option -ga terminal-overrides ",xterm-256color:Tc" set -g status-justify centre