1
1
Fork 0

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:
Jonathan Schleifer 2020-05-30 09:53:28 +00:00
parent 5b0d6744de
commit 4749d06ac3

View file

@ -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@"