swapping the space (f and F) keys, provide unexpected behavior. #11029
Unanswered
leyloe
asked this question in
Troubleshooting
Replies: 1 comment 4 replies
-
I suspect you're not modifying the config at the right path. Are you opening the config via |
Beta Was this translation helpful? Give feedback.
4 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.
-
Summary
Swapping the space F keys results in file_picker_in_current_directory only being executed, instead of file_picker and file_picker_in_current_directory both being functional to their related keys.
Reproduction Steps
I tried this:
AND
I expected this to happen:
execute 'file_picker'
Instead, this happened:
execute 'file_picker_in_current_directory'
Helix log
~/.cache/helix/helix.log
Platform
linux
Terminal Emulator
gnome terminal
Installation Method
ubuntu ppa
Helix Version
helix 24.3 (2cadec0)
Beta Was this translation helpful? Give feedback.
All reactions