summary refs log tree commit diff
path: root/tmux.conf
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-02-03 15:18:56 -0800
committerFranck Cuny <franck.cuny@gmail.com>2017-02-03 15:18:56 -0800
commit0a3a579fa95da4b8ae52eedcfe925a66d0f2f895 (patch)
treedc5cfa3b139a0b091ac47a8d098b08b083d45817 /tmux.conf
parent[bin] Find active kestrel queues. (diff)
downloademacs.d-0a3a579fa95da4b8ae52eedcfe925a66d0f2f895.tar.gz
[tmux] Delete it (again)
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf23
1 files changed, 0 insertions, 23 deletions
diff --git a/tmux.conf b/tmux.conf
deleted file mode 100644
index 1c950a6..0000000
--- a/tmux.conf
+++ /dev/null
@@ -1,23 +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
-
-# split window
-bind _ split-window -v -c "#{pane_current_path}"
-bind | split-window -h -c "#{pane_current_path}"
-
-# Option
-set-window-option -g mode-keys vi
-
-# 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