Skip to content

Commit

Permalink
docs: add 'toggle sort' section
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed Jan 20, 2024
1 parent 8af837d commit 48fa13a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,21 @@ set -g @fuzzback-finder-bind 'ctrl-y:execute-silent(echo -n {3..} | xsel -ib)+ab

This will copy the line matches in selected finder to the clipboard if `xsel` is available.


Refer documentation for more:
- [fzf documentation](https://github.com/junegunn/fzf#executing-external-programs)
- [skim documentation](https://github.com/lotabout/skim#keymap)

#### Toggling sort

If you need to toggle sort on and off you could add this to your fuzzback config

- ref: https://github.com/roosta/tmux-fuzzback/issues/23

```tmux
set -g @fuzzback-finder-bind 'ctrl-s:toggle-sort'
```

### FZF colors

You can add colors to fuzzback as you do with `fzf`.
Expand Down

0 comments on commit 48fa13a

Please sign in to comment.