Add fzf-session-switch plugin. Bind to prefix+s
This commit is contained in:
parent
35a80def92
commit
88f23a04e0
1 changed files with 4 additions and 0 deletions
|
@ -120,9 +120,13 @@ bind-key M-4 send-keys "$FAVORITE_COMMAND4"
|
||||||
unbind r
|
unbind r
|
||||||
bind r source-file ~/.tmux.conf \; display-message "config reloaded!"
|
bind r source-file ~/.tmux.conf \; display-message "config reloaded!"
|
||||||
|
|
||||||
|
# plugin fzf-session-switch
|
||||||
|
set -g @fzf-goto-session 's'
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin "arcticicestudio/nord-tmux"
|
set -g @plugin "arcticicestudio/nord-tmux"
|
||||||
|
set -g @plugin "brokenricefilms/tmux-fzf-session-switch"
|
||||||
|
|
||||||
# run tpm
|
# run tpm
|
||||||
run -b '~/.tmux/plugins/tpm/tpm'
|
run -b '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
Loading…
Add table
Reference in a new issue