Compare commits

..

No commits in common. "21c3561841caece92a6c4acdfb064f6ff8ea45b3" and "892eee106f9c81aa05297d745d4542298d4bede4" have entirely different histories.

View file

@ -1,6 +1,3 @@
set-option -sa terminal-features ',alacritty:RGB'
set-option -g default-terminal "tmux-256color"
set-option -ga terminal-features ",alacritty:usstyle"
set-option -sa terminal-overrides ",xterm*:Tc"
set -g mouse on
@ -12,7 +9,6 @@ set-option -g renumber-windows on
bind s split-window -c "#{pane_current_path}"
bind v split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'