summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2025-10-25 18:29:01 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2025-10-25 18:29:01 +0100
commit66c7767e0176626c94f9376b6025b5c516a1eee6 (patch)
tree7d1d63fe461e2c6f54fceac35f39df3650930cbd /tmux/tmux.conf
parent141c6cfb76b832532fb8ffc63cda617ae3cfa93d (diff)
tmux: Rename configuration file to tmux.conf
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
new file mode 100644
index 0000000..7358e20
--- /dev/null
+++ b/tmux/tmux.conf
@@ -0,0 +1,7 @@
+bind C-k clear-history
+
+set -g base-index 1
+set -g escape-time 0
+set -g mouse on
+set -g renumber-windows on
+set -g status-right "%R %Z"