feat: bind C-t to prefix

This commit is contained in:
Ahwx 2024-06-28 01:05:18 +02:00
parent 1b14ad89ac
commit d5636ca4f8

View file

@ -37,6 +37,11 @@
bind-key r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded." bind-key r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded."
# Remove C-b because that just sucks
unbind C-b
set -g prefix C-t
bind-key C-t send-prefix
set-option -g bell-action none set-option -g bell-action none
set -g status-position bottom set -g status-position bottom
set -g status-justify left set -g status-justify left