tmux.conf: Remove terminal-overrides
I don't remember what they were for, I only remember that they were a workaround for broken termcaps on some system. Removing to see if there are any issues anywhere, as I suspect this is long fixed.
This commit is contained in:
parent
5b0d6744de
commit
4749d06ac3
1 changed files with 0 additions and 1 deletions
|
@ -8,4 +8,3 @@ set -w -g window-status-bell-style fg=colour233,bg=colour124
|
||||||
bind c new-window -c "#{pane_current_path}"
|
bind c new-window -c "#{pane_current_path}"
|
||||||
bind '"' split-window -c "#{pane_current_path}"
|
bind '"' split-window -c "#{pane_current_path}"
|
||||||
bind % split-window -h -c "#{pane_current_path}"
|
bind % split-window -h -c "#{pane_current_path}"
|
||||||
set -ag terminal-overrides ",*:XT@"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue