Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui)!: support auto-resizing preview window by results length #31

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

benelan
Copy link
Owner

@benelan benelan commented Jul 13, 2024

  • Add alt-_ keybinding, which moves the preview window to the bottom
    and enables auto-resizing based on number of list items
  • Add alt-| keybinding, which switches back to the default preview
    window on the right with no auto-resizing
  • The preview window settings do not override a user's FZF_DEFAULT_OPTS
    configuration

BREAKING CHANGE: Require fzf version >= 0.45.0 for the transform action
ref: https://github.com/junegunn/fzf/releases/tag/0.45.0

- Add `alt-_` keybinding, which moves the preview window to the bottom
  and enables auto-resizing based on the list item count
- Add `alt-|` keybinding, which switches back to the default preview
  window on the right with no auto-resizing
- The preview window settings do not override a user's FZF_DEFAULT_OPTS
  configuration

BREAKING CHANGE: Requires fzf version >= 0.45.0 for the transform action
ref: https://github.com/junegunn/fzf/releases/tag/0.45.0
@benelan benelan changed the base branch from v1 to main July 13, 2024 10:19
* origin/main:
  chore(main): release 0.14.0 (#30)
  docs(readme): update info about upgrading
  fix(ui): pad preview columns to prevent word wrap weirdness
  fix(upgrade): skip if already on latest version (#35)
  docs(status): add command to help message
  feat: add status command, display status during incidents (#34)
  feat(workflow): add `ctrl-y` keybinding to copy file url
  feat(workflow): add custom list formatting
  refactor(ui): use the singular form of command names
  feat(ui): display command in fzf prompt
* origin/main:
  refactor: remove redundant --repo flags (#36)
* origin/main:
  feat(pr): make draft pull request numbers gray
  chore: remove codeowners to reduce notifications
  chore(main): release 0.14.1 (#40)
  fix: add manual /dev/tty redirection for older fzf versions (#39)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant