Feature Request: Option to Toggle FZF Preview Window to Full Size (like mini.nvim picker) #4571
michal-pielka
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
How about opening it in an editor so you have full browsing and editing capability? fzf --preview 'bat --color always {}' --bind 'ctrl-e:execute:vim {}' |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I use fzf with the preview window disabled by default, and toggle it on with a keybinding (tab). It would be fantastic to have an option to switch the entire fzf window to display the preview - essentially maximizing the preview window - similar to how echasnovski’s picker in mini.nvim for neovim works
This workflow is amazing for productivity - it keeps the interface clean and distraction-free while letting you quickly focus on a cluterless, full-size preview.
Thanks for considering!
Beta Was this translation helpful? Give feedback.
All reactions