Skip to content

Commit

Permalink
fix: repos function fzf window too small
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasur committed Jan 25, 2024
1 parent d823b2a commit 69dd348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/common/shell/github.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
| fzf \
--header-lines=1 \
--layout=reverse \
--height=100% \
--bind "ctrl-o:execute:gh repo view -w ''${organization}/{1}" \
--bind "shift-up:preview-half-page-up" \
--bind "shift-down:preview-half-page-down" \
Expand Down

0 comments on commit 69dd348

Please sign in to comment.