summaryrefslogtreecommitdiff
path: root/tmux_conf
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2023-06-13 10:59:02 -0400
committerGitHub <noreply@github.com>2023-06-13 10:59:02 -0400
commitb8e08d78024e53ecbb00267623a5aea73e6b538d (patch)
tree269e6a5402d34a650e8313dacc91111611aa0295 /tmux_conf
parent8986e5bcabccb476a9088fe925a3ba05ed517053 (diff)
parentdfa9f2398bd614f73a0df92cbcfd561c609a2f3b (diff)
Merge pull request #5 from AgroDan/dev
Merge pull request #4 from AgroDan/master
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"