Replies: 1 comment 1 reply
-
This is expected behavior. |
Beta Was this translation helpful? Give feedback.
1 reply
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
"files in selection" command creates a blank buffer instead of opening the file under cursor.
What actually takes me to the file under cursor is go to definition ('gd').
helix --health cpp
:Configured language server: clangd
Binary for language server: D:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\x64\bin\clangd.exe
Configured debug adapter: lldb-vscode
Binary for debug adapter: D:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\x64\bin\lldb-vscode.exe
Highlight queries: ✓
Textobject queries: ✓
Indent queries: ✓
Reproduction Steps
I tried this:
hx
gf
I expected this to happen:
Open the file under the cursor.
Instead, this happened:
Open a new buffer with the name of the file under the cursor.
Helix log
~/.cache/helix/helix.log
Platform
Windows
Terminal Emulator
Windows Powershell
Helix Version
22.12
Beta Was this translation helpful? Give feedback.
All reactions