summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2023-10-03 10:50:02 +0200
committerpks <pks@pks.rocks>2023-10-03 10:50:02 +0200
commitcec429dc47c4165b6483a9e9eb2df9d055aa7158 (patch)
treec7f1bfaeaf282b815f42fb32faf7b716f96c8a7d
parentb3f38c4dd46d7ad5d92d62684c3ef6e98bc97efb (diff)
tmux: defaults
-rw-r--r--tmux/.tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 1346e02..4e813bb 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -1,4 +1,8 @@
source-file ~/.tmux/common.conf
+# act like GNU screen
+unbind C-b
+set -g prefix C-a
+
set -g status-bg colour13
set -g status-fg colour235