summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-02-13 08:30:34 -0800
committerFranck Cuny <franck.cuny@gmail.com>2017-02-13 08:30:34 -0800
commita3686130ee34f402a8c87a13edbd404642b2b64f (patch)
tree7459ac0a08d77a734242e6e128c127034d2dc171
parent[Emacs] Add spaceline (diff)
downloademacs.d-a3686130ee34f402a8c87a13edbd404642b2b64f.tar.gz
[tmux] and once again, add it back ..
Diffstat (limited to '')
-rw-r--r--Makefile3
-rw-r--r--tmux.conf19
2 files changed, 21 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 376003b..0fb90ee 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ INSTALL = \
 	bashrc \
 	emacs.d \
 	gitconfig \
-	gitignore
+	gitignore \
+	tmux.conf
 
 
 INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
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