Replies: 2 comments 4 replies
-
I do want to mention that yes, I do have marksman installed, but the same bug was happening before it was installed, I only found marksman as a result of some googling trying to fix the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Iirc, with marksman you can use |
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
using the goto file in a .md file, the link will bug out the buffers path/opened file.
(I did learn about
gd
as a solution, but file should work with or without a space)Reproduction Steps
I tried this:
ex:
[title](./file.md)
I expected this to happen:
to buffer
./file.md
Instead, this happened:
it buffered
[title](./file.md)
there is also other unexpected behaviour when the filename has a space in it,
[some link](somewhere.md)
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
alacritty
Installation Method
extra (arch linux)
Helix Version
23.10-1
Beta Was this translation helpful? Give feedback.
All reactions