mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: bind C-t to prefix
This commit is contained in:
parent
1b14ad89ac
commit
d5636ca4f8
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue