diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-12-03 14:08:13 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-12-03 14:08:59 +0000 |
commit | 51c373b3cb889ed5e3e62898911a342875dcf28e (patch) | |
tree | c055a3b57c03c877180b228cd345c03dd1a668b9 /tmux/.tmux.conf | |
parent | c4c7563ea54f137a2ba394cec1b02231de8efb10 (diff) | |
download | dotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.tar.gz dotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.tar.bz2 dotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.zip |
Cannot be bothered to explain - just read the changes if you want
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d212243..9c54010 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -16,10 +16,6 @@ bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq v set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'jimeh/tmux-themepack' -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @plugin 'tmux-plugins/tmux-battery' -set -g @plugin 'tmux-plugins/tmux-online-status' -set -g @plugin 'tmux-plugins/tmux-sidebar' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.tmux/plugins/tpm/tpm' |