summary refs log tree commit diff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tmux.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
new file mode 100644
index 0000000..c7b76db
--- /dev/null
+++ b/tmux.conf
@@ -0,0 +1,19 @@
+# Prefix
+set-option -g prefix C-z
+unbind-key C-b
+bind C-t send-prefix
+
+# show the status
+set -g status on
+
+# Option
+set-window-option -g mode-keys emacs
+
+# renumber window
+set-option -g renumber-windows on
+
+# rename the window
+set-option -g allow-rename on
+
+# start at 1
+set-option -g base-index 1