logoalt Hacker News

worksonmineyesterday at 9:52 AM1 replyview on HN

> You can move to the next line in the buffer editor with `k` but to move down to the next line in the file explorer you have to do `ctrl+n`?

I've never used Helix, but this exists in vim too, but it the autocompletion, because in that context hitting k would type k. Makes sense right? I'm guessing hitting k in Helix file explorer has a similar use, maybe searching?


Replies

eviksyesterday at 11:02 AM

Nope, you'd then do Ctrl+K, not N

show 2 replies