helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
33.1k stars 2.46k forks source link

Swap the "<space>f" and <space>F" bindings #11015

Closed leyloe closed 3 months ago

leyloe commented 3 months ago

Swap "f" and F" because lower f pops up all files, and upper f pops up current working directory (that will be used the most).

Think of it, small f, small selection. Big f, big selection. What's done right now makes no sense.

Also, making this an official default would be great. But can a configuration example of this within this issue be provided if possible?

pascalkuthe commented 3 months ago

The current default is very much the intended behavior. Helix is workspace centric. We will not change the default.

Swapping the keybdinings in your co fig is easy. Just create two new keybindings for it. It's all documented.