summary refs log tree commit diff
path: root/tmux.conf
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-09-12 09:55:35 -0700
committerFranck Cuny <franck.cuny@gmail.com>2017-09-12 09:55:35 -0700
commit04b66c3e6bf92d166d1bd47f402efebb01c640e6 (patch)
treee740bbfa0590ca04fb1517a13f94475b12ace6a2 /tmux.conf
parent[bash] add alias for csnest (diff)
downloademacs.d-04b66c3e6bf92d166d1bd47f402efebb01c640e6.tar.gz
[tmux] remove
Diffstat (limited to '')
-rw-r--r--tmux.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/tmux.conf b/tmux.conf
deleted file mode 100644
index c7b76db..0000000
--- a/tmux.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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