1
1
Fork 0

tmux: Add overrides for xterm*

This commit is contained in:
Jonathan Schleifer 2021-11-13 09:17:15 +00:00
parent 3e8a294618
commit a9baa34cc4

View file

@ -10,3 +10,4 @@ set -w -g window-status-bell-style fg=colour233,bg=colour124
bind c new-window -c "#{pane_current_path}"
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
set-option -sa terminal-overrides ",xterm*:Tc"