Replies: 4 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. |
2 replies
|
this is so wild!! that Helix is missing core IDE functionality and still Advertising itself as an IDE |
1 reply
|
For now I'm using yazi for creating new files. Works like a charm with this setup: https://yazi-rs.github.io/docs/tips/#helix |
0 replies
|
Is there still no better way? Would be nice if the file picker could also create new files as a fallback.. |
0 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.
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:openrelative to the current opened file (focused buffer)?Thank you for any hint!
All reactions