Can't open file in vertical split from picker #8079
Replies: 6 comments 1 reply
-
Could you provide more information about your system and terminal emulator? I can't replicate this. |
Beta Was this translation helpful? Give feedback.
-
CTRL+v also works fine for me (using macOS), I'm using it all the time. |
Beta Was this translation helpful? Give feedback.
-
Please fill out the issue template. We don't know your OS, terminal emulator or helix version. This is probably a configuration issue with the terminal emulator. |
Beta Was this translation helpful? Give feedback.
-
If on Windows, it might be conflict with system shortcut for pasting? |
Beta Was this translation helpful? Give feedback.
-
I'm facing this issue as well and I think this might be the reason. OS: WSL2 (Ubuntu) Please let me know if you need any more details. |
Beta Was this translation helpful? Give feedback.
-
Having the same issue. OS: Windows 10 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With file picker open the shortcut to open in vertical split is Ctrl-v but this just pastes system clipboard into the file search and there is no way to remap this shortcut.
Ctrl-s to open Horizontal split works fine, but Ctrl-v needs to be remapped.
As described here: https://docs.helix-editor.com/keymap.html#picker
And hard-coded here:
helix/helix-term/src/ui/picker.rs
Line 558 in fe11ae2
Beta Was this translation helpful? Give feedback.
All reactions