summaryrefslogtreecommitdiffstatshomepage
path: root/tmux.conf
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-04 18:18:22 -0600
committerToby Vincent <tobyv13@gmail.com>2022-03-04 18:18:22 -0600
commit0d3b11c231b5d8536fdc8fbddf167956ec999cc6 (patch)
tree62ddbcfe49228773a5b7425db81a12947dc09450 /tmux.conf
parent6a36592700b75e3658584db672f09ee33b2ba840 (diff)
feat: more tmux/neovim/alacritty
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux.conf b/tmux.conf
index 22e93b6..310d4ce 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,5 +1,9 @@
set -g mouse on
-set -ga terminal-overrides ',*256color*:smcup@:rmcup@'
+
+set -g default-terminal "tmux-256color"
+set -ga terminal-overrides ",alacritty:Tc"
+set-option -sg escape-time 10
+set-option -g focus-events on
unbind C-b
set-option -g prefix C-a