diff --git a/tmux/tmux.conf b/tmux/tmux.conf index dd1473d..9800d45 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -8,4 +8,3 @@ 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 -ag terminal-overrides ",*:XT@"