Skip to content

Commit

Permalink
Merge pull request #8 from eggbean/add_key_note
Browse files Browse the repository at this point in the history
Add tmux note to keybinding for list-keys
  • Loading branch information
roosta committed Sep 19, 2022
2 parents 0b0295f + 6c5390f commit f3ee4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzback.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
key="$(tmux_get '@fuzzback-bind' '?')"
table="$(tmux_get '@fuzzback-table' 'prefix')"

tmux bind-key -T "$table" "$key" run -b "$CURRENT_DIR/scripts/fuzzback.sh";
tmux bind-key -N "Fuzzback through pane history" -T "$table" "$key" run -b "$CURRENT_DIR/scripts/fuzzback.sh";

0 comments on commit f3ee4a3

Please sign in to comment.