remove old tmux config

This commit is contained in:
LordMZTE 2023-01-21 15:14:08 +01:00
parent 2ca30e4948
commit 28df534c5f
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -1,18 +0,0 @@
set -g default-terminal "xterm-direct"
set -g mouse on
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
set -g @dracula-show-powerline true
set -g @dracula-plugins "battery cpu-usage ram-usage time"
set-option -g default-shell /bin/fish
set -ga terminal-overrides ',xterm-256color:Tc'
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
set -g @plugin 'tmux-plugins/tmux-yank'
run '~/.tmux/plugins/tpm/tpm'