From 1bf99656291116f358e09799f23175571aeb8c32 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 11 May 2020 11:12:30 -0400 Subject: Added support for tmux --- master-tmux_conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 master-tmux_conf (limited to 'master-tmux_conf') diff --git a/master-tmux_conf b/master-tmux_conf new file mode 100644 index 0000000..55cf067 --- /dev/null +++ b/master-tmux_conf @@ -0,0 +1,14 @@ +# 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" -- cgit v1.2.3