Set fzf-tmux command width to 50%
This commit is contained in:
parent
ef6585402e
commit
24f68593f0
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ bind-key -r L resize-pane -R 5
|
|||
|
||||
# fuzzy switch to session
|
||||
unbind-key s
|
||||
bind-key s run-shell -b "tmux switch-client -t $(tmux list-sessions | awk -F: '{print $1}' | fzf-tmux -w 100 | tr -d '\n')"
|
||||
bind-key s run-shell -b "tmux switch-client -t $(tmux list-sessions | awk -F: '{print $1}' | fzf-tmux -w 50% | tr -d '\n')"
|
||||
|
||||
# plugins
|
||||
set-option -g @plugin 'tmux-plugins/tpm'
|
||||
|
|
Loading…
Add table
Reference in a new issue