Replace fzf-switch plugin by zap
This commit is contained in:
parent
0440fea3f2
commit
7c6eafe3cd
1 changed files with 5 additions and 3 deletions
|
@ -111,13 +111,15 @@ bind-key M-4 send-keys "$FAVORITE_COMMAND4"
|
||||||
unbind r
|
unbind r
|
||||||
bind r source-file ~/.tmux.conf \; display-message "tmux config reloaded!"
|
bind r source-file ~/.tmux.conf \; display-message "tmux config reloaded!"
|
||||||
|
|
||||||
# plugin fzf-session-switch
|
# plugin zap
|
||||||
set -g @fzf-goto-session 's'
|
set -g @zap_key 's' # default: 'z'
|
||||||
|
set -g @zap_width '50%' # default: '60%'
|
||||||
|
set -g @zap_height '40%' # default: '60%'
|
||||||
|
|
||||||
# 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"
|
set -g @plugin 'AleckAstan/tmux-zap'
|
||||||
|
|
||||||
# run tpm
|
# run tpm
|
||||||
run -b '~/.tmux/plugins/tpm/tpm'
|
run -b '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
Loading…
Add table
Reference in a new issue