Skip to content

Commit

Permalink
docs: add fzf height example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
LangLangBart committed Jul 21, 2024
1 parent 5409777 commit 047a027
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,13 @@ applies to the `gh notify` extension.

```sh
# --exact: Enables exact matching instead of fuzzy matching.
GH_NOTIFY_FZF_OPTS="--exact" gh notify
GH_NOTIFY_FZF_OPTS="--exact" gh notify -an 5
```

```sh
# With the height flag and ~, fzf adjusts its height based on input size without filling the entire screen.
# Requires fzf +0.34.0
GH_NOTIFY_FZF_OPTS="--height=~100%" gh notify -an 5
```

#### Modifying Keybindings
Expand Down

0 comments on commit 047a027

Please sign in to comment.