Skip to content

Commit 1e3a47e

Browse files
Copilotlimakzi
andauthored
feat(tmux): Enable switcher preview (#129)
The tmux pane switcher previously disabled previews, limiting context during pane selection. This change enables the preview pane for the fzf-based pane switcher. --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: limakzi <[email protected]>
1 parent 06e1849 commit 1e3a47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dot-tmux/tmux/tmux.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ set-option -ag status-right "#{E:@catppuccin_status_application}"
9696
## {{{2 Plugins: kristijan/tmux-fzf-pane-switch
9797
set-option -g @plugin 'kristijan/tmux-fzf-pane-switch'
9898
set-option -g @fzf_pane_switch_bind-key "c-p"
99-
set-option -g @fzf_pane_switch_preview-pane "false"
99+
set-option -g @fzf_pane_switch_preview-pane "true"
100100
## }}}2
101101

102102
set-option -g @plugin 'tmux-plugins/tpm'

0 commit comments

Comments
 (0)