mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-07-28 17:22:49 +02:00
Replace fzf-switch plugin by zap
This commit is contained in:
+5
-3
@@ -111,13 +111,15 @@ bind-key M-4 send-keys "$FAVORITE_COMMAND4"
|
||||
unbind r
|
||||
bind r source-file ~/.tmux.conf \; display-message "tmux config reloaded!"
|
||||
|
||||
# plugin fzf-session-switch
|
||||
set -g @fzf-goto-session 's'
|
||||
# plugin zap
|
||||
set -g @zap_key 's' # default: 'z'
|
||||
set -g @zap_width '50%' # default: '60%'
|
||||
set -g @zap_height '40%' # default: '60%'
|
||||
|
||||
# Plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin "arcticicestudio/nord-tmux"
|
||||
set -g @plugin "brokenricefilms/tmux-fzf-session-switch"
|
||||
set -g @plugin 'AleckAstan/tmux-zap'
|
||||
|
||||
# run tpm
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
Reference in New Issue
Block a user