From: Sergey Matveev Date: Mon, 28 Feb 2022 20:31:23 +0000 (+0300) Subject: Forcefully tell about terminal options X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=f7cf80842562ed21fac059a3e1c6d489ac02bc0f Forcefully tell about terminal options --- 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