Skip to content

Commit

Permalink
Fix default value after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed Sep 27, 2023
1 parent 847cb27 commit db10ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fuzzback.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ fuzzback() {
finder_layout="$(tmux_get '@fuzzback-finder-layout' 'default')"
fuzzback_finder="$(tmux_get '@fuzzback-finder' 'fzf')"
fzf_colors="$(tmux_get '@fuzzback-fzf-colors' 'dark')"
fzf_hide_preview="$(tmux_get '@fuzzback-hide-preview' 1)"
fzf_hide_preview="$(tmux_get '@fuzzback-hide-preview' 0)"

pos=$(get_pos)
pane_height="$(tmux display-message -p '#{pane_height}')"
Expand Down

0 comments on commit db10ff2

Please sign in to comment.