summaryrefslogtreecommitdiff
path: root/master-tmux_conf
diff options
context:
space:
mode:
Diffstat (limited to 'master-tmux_conf')
-rw-r--r--master-tmux_conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/master-tmux_conf b/master-tmux_conf
deleted file mode 100644
index 55cf067..0000000
--- a/master-tmux_conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# remap CTRL-b to CTRL-a because it's better
-unbind C-b
-set-option -g prefix C-a
-bind-key C-a send-prefix
-
-# vi master race
-set -g mode-keys vi
-set -sg escape-time 0
-
-# I <3 history
-set -g history-limit 500000
-
-# colors!
-set -g default-terminal "screen-256color"