diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2022-11-07 11:36:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 11:36:13 -0500 |
commit | 4149814addc0747dc4e40590085ec4a626f9ae5a (patch) | |
tree | 78cc85e218e6367259aa0a1dd7032e9a68a31e7c /master-tmux_conf | |
parent | c1c81a728173638abf84ad21df34d398fa956240 (diff) | |
parent | 27dc9030e0de0c6622ae3f2cde189988d4a8464a (diff) |
Merge pull request #2 from AgroDan/dev
Dev
Diffstat (limited to 'master-tmux_conf')
-rw-r--r-- | master-tmux_conf | 14 |
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" |