How to create new file, next to a file I have open in helix ? #15693
|
Hi, Very often I have this use case.
What is the most elegant way of doing that? I am in wezterm -> zellij btw. If I do But I kinda feel like there should be a more elegant way, right?! Thanks. |
Answered by
m4rch3n1ng
Apr 30, 2026
Replies: 2 comments
|
i don't know of a better way, but i have this keybind in my config: [keys.normal]
"#" = "@:o <C-r>%<C-w>"you can bind this to anything else, but this essentially just opens the |
0 replies
Answer selected by
doctorkotik187
|
I usually create a new file via |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i don't know of a better way, but i have this keybind in my config:
you can bind this to anything else, but this essentially just opens the
:emenu in the directory next to the currently open file.