From f7cf80842562ed21fac059a3e1c6d489ac02bc0f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 28 Feb 2022 23:31:23 +0300 Subject: [PATCH] Forcefully tell about terminal options --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1907cc7..ed4e3ed 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -5,6 +5,8 @@ set-option -g escape-time 1 set-option -g repeat-time 0 set-option -g history-limit 20000 set-option -g renumber-windows on +set-option -g terminal-features[0] "screen*:title:clipboard:ccolour:cstyle" +set-option -gU terminal-features[1] set-option -g prefix C-a unbind-key C-b -- 2.44.0