junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
62.33k stars 2.35k forks source link

0.54.0 #3911

Closed junegunn closed 1 week ago

junegunn commented 1 week ago

Bind CTRL-/ to toggle-wrap by default

Wondering if this is a good idea. CTRL-/ is not a standard and not all terminal emulators support it (e.g. doesn't work in mac terminal.app). Also, CTRL-/ is used to toggle preview window in fzf.vim.

Maybe ALT-/ is a better choice.

LangLangBart commented 1 week ago

doesn't work in mac terminal.app

confirmed, works only in my vscode terminal

Maybe ALT-/ is a better choice.

works, when I switch to meta with ⌘ Command + ⌥ Option + O

https://github.com/junegunn/fzf/assets/92653266/244d0034-054a-4e21-9bcc-c34ba581a70d

junegunn commented 1 week ago

Let's bind both keys to toggle-wrap. It wouldn't hurt.