diff options
author | pks <pks@pks.rocks> | 2024-04-08 11:16:34 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2024-04-08 11:16:34 +0200 |
commit | eb58e5bea6030f86a85296495df04ae481755d7c (patch) | |
tree | 253673f9f9689bd786bcdbd81ad9f2cff7837c12 | |
parent | 9b279a17c72a4379b102370e16646f921448e1f5 (diff) |
tmux: default
-rw-r--r-- | tmux/.tmux/common.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux/.tmux/common.conf b/tmux/.tmux/common.conf index 72ea65b..ab77f0e 100644 --- a/tmux/.tmux/common.conf +++ b/tmux/.tmux/common.conf @@ -10,6 +10,10 @@ bind-key -r C-l select-window -t :+ # look good set -g default-terminal "screen-256color" +# act like GNU screen +unbind C-a +set -g prefix C-a + # status set -g status-left-length 32 set -g status-right-length 150 |