summaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
new file mode 100644
index 0000000..a051b92
--- /dev/null
+++ b/.config/tmux/tmux.conf
@@ -0,0 +1,6 @@
+#Unbind default prefix key and bind it to Ctrl+Space
+unbind C-b
+set -g prefix C-space
+
+# Start window numbering at 1
+set -g base-index 1