this post was submitted on 23 May 2024
7 points (100.0% liked)

Helix Editor

156 readers
1 users here now

About

Post-modern community focused on post-modern editor.

Rules

Instance rules apply here.

founded 11 months ago
MODERATORS
 

To open a file relative to the current one in Helix, you can to the do the following with 24.3:

:o <C-r>%<C-w>

Here, the Control-R allows you to select a register and the special register "%" contains the current file path and inserts into the command line, while the final Control-w chops off the last part of the file name leaving with you current directory.

This is like :o %:h from Vim/Neovim

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 months ago

% makes sense. I went with space+o for easier typing but it's hardly unambiguous.