aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.config
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index f119300..4f81c88 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -1,13 +1,23 @@
set -g default-terminal 'tmux-256color'
+set -ga terminal-features ',alacritty:256'
+set -ga terminal-features ',alacritty:clipboard'
+set -ga terminal-features ',alacritty:focus'
+set -ga terminal-features ',alacritty:hyperlinks'
+set -ga terminal-features ',alacritty:mouse'
+set -ga terminal-features ',alacritty:RGB'
+set -ga terminal-features ',alacritty:strikethrough'
+set -ga terminal-features ',alacritty:sync'
+set -ga terminal-features ',alacritty:usstyle'
+
set -g escape-time 50
set -g mouse on
set -g prefix C-a
-
set -g base-index 1
set -g pane-base-index 1
set -g detach-on-destroy off
set -g status-keys vi
+set -g history-limit 10000
bind -N "Switch last session" A switchc -l
bind -N "Clock" T clock-mode