summaryrefslogtreecommitdiff
path: root/tmux_conf
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2023-06-12 16:48:51 -0400
committerDan Fedele <dan.fedele@gmail.com>2023-06-12 16:48:51 -0400
commitc012b2026d4908e8533e6d3c3d8b89d36b11f168 (patch)
treeed7472598234db7fd30ab022a611f450e60c4599 /tmux_conf
parente8ca7beece3fd8b80d76857d7c6f687d83209918 (diff)
Now using ansible roles. also removed linpeass
Diffstat (limited to 'tmux_conf')
-rw-r--r--tmux_conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/tmux_conf b/tmux_conf
deleted file mode 100644
index 55cf067..0000000
--- a/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"