-
I like my fzf float to be pretty slim, but sometimes I jump into codebases with large filenames and nested folder structures. Would be nice to have a keymap where you can toggle the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Have you tried full screen (default F2), or rotate to horizontal/vertical (F5/F6)? |
Beta Was this translation helpful? Give feedback.
-
You can also use toggle_behavior extend to have the main window slim and the preview “extending” it, see #721 (comment) |
Beta Was this translation helpful? Give feedback.
-
@ibhagwan thanks for the quick response! None of the F keys seems to work actually 🤔😭 but to illustrate a bit what I mean, this is what I mean. See how basically all file paths are truncated with ellipsis? It'd be fantastic to have a keymap that automatically toggles full screen of the fzf float. |
Beta Was this translation helpful? Give feedback.
Aaah, this was my bad. My term was correctly sending the F keys, I just forgot to add
true
on my custom keymaps, so I was not extending the default ones. It works now, thank you so much for the help @ibhagwan! Fzf-lua is awesome ❤️