diff options
author | 2025-01-31 17:41:54 +0000 | |
---|---|---|
committer | 2025-01-31 17:56:09 +0000 | |
commit | 9a20a86ca64bc8c8f62cee4e16849c68d1e793e6 (patch) | |
tree | a8bbfe88da00c852575511f8f38c8b2c3a3252c7 /home/.config | |
parent | 53bac0e99c0e58d487f8f8d8ad2008f45bebb472 (diff) | |
download | dotfiles-9a20a86ca64bc8c8f62cee4e16849c68d1e793e6.tar.gz dotfiles-9a20a86ca64bc8c8f62cee4e16849c68d1e793e6.tar.bz2 dotfiles-9a20a86ca64bc8c8f62cee4e16849c68d1e793e6.zip |
[tmux] Remove sessionist
Diffstat (limited to 'home/.config')
-rw-r--r-- | home/.config/tmux/tmux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/.config/tmux/tmux.conf b/home/.config/tmux/tmux.conf index 1b5693f..2094d46 100644 --- a/home/.config/tmux/tmux.conf +++ b/home/.config/tmux/tmux.conf @@ -2,7 +2,6 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-pain-control' -set -g @plugin 'tmux-plugins/tmux-sessionist' set -g @plugin 'tmux-plugins/tmux-copycat' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-urlview' |