summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-01-27 23:04:56 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2020-01-27 23:04:56 +0000
commitf8932b4409aa751001d71e1160823f89778a5581 (patch)
treecae07759b4cdcf3db9f6707828d4684c85a034a7 /tmux
parentb96fb3fe487ad594216d50e7851eb27c021a8f3a (diff)
Add tmux configuration
Diffstat (limited to 'tmux')
-rw-r--r--tmux/conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux/conf b/tmux/conf
new file mode 100644
index 0000000..cf1e628
--- /dev/null
+++ b/tmux/conf
@@ -0,0 +1,4 @@
+set -g base-index 1
+set -g escape-time 0
+set -g mouse on
+set -g renumber-windows on