tmux mappings

This commit is contained in:
thek4n 2024-03-25 16:26:35 +03:00
parent c096e3d181
commit 1f3cdc9ff3

View File

@ -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-9 new-window -n 9 -S
bind -n M-0 new-window -n 10 -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-option -ga terminal-overrides ",xterm-256color:Tc"
set -g status-justify centre set -g status-justify centre