[ADD][TMUX] Better session management plugin
This commit is contained in:
parent
0ba980418b
commit
05c350a5aa
|
@ -18,6 +18,8 @@ set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||||
set -g @plugin 'tmux-plugins/tmux-open'
|
set -g @plugin 'tmux-plugins/tmux-open'
|
||||||
# Better pane management
|
# Better pane management
|
||||||
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
||||||
|
# Better session management
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-sessionist'
|
||||||
|
|
||||||
# Suggested in `man tmux`, and added by tmux-sensible, with wrong file...
|
# Suggested in `man tmux`, and added by tmux-sensible, with wrong file...
|
||||||
bind-key R source-file ~/.config/tmux/tmux.conf \; \
|
bind-key R source-file ~/.config/tmux/tmux.conf \; \
|
||||||
|
|
Loading…
Reference in a new issue