Skip to content

Commit

Permalink
promote PICKER_KEY to a global environment variable, to enable being …
Browse files Browse the repository at this point in the history
…overridden in tmux.conf.
  • Loading branch information
kda committed May 24, 2023
1 parent 5c7e8a8 commit 0a632fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux-picker.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ BLACKLIST=(

# "-n M-f" for Alt-F without prefix
# "f" for prefix-F
PICKER_KEY="-n M-f"
set_tmux_env PICKER_KEY "-n M-f"

set_tmux_env PICKER_PATTERNS1 $(array_join "|" "${PATTERNS_LIST1[@]}")
set_tmux_env PICKER_PATTERNS2 $(array_join "|" "${PATTERNS_LIST2[@]}")
Expand Down

0 comments on commit 0a632fd

Please sign in to comment.