Replies: 2 comments 3 replies
-
To open a file picker at the current buffer's directory #4666 introduced a new command, for example: [keys.normal]
minus = "file_picker_in_current_buffer_directory" It only works for existing files in the current directory or sub-directories though, command expansions are discussed in #3134. |
Beta Was this translation helpful? Give feedback.
2 replies
-
this is so wild!! that Helix is missing core IDE functionality and still Advertising itself as an IDE |
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.
-
What is the most convenient way to create a new file relative to the current opened file?
I know there is the
:open <name_of_new_file>
. However, the path is relative to where I opened the helix. Is there a way to make:open
relative to the current opened file (focused buffer)?Thank you for any hint!
Beta Was this translation helpful? Give feedback.
All reactions