Remix.run Logo
diffrinse 20 hours ago

Yeah that's not a good way of describing, its more like Verb-Direction-Subject, e.g. `d3f(` means "delete up to the 3rd opening paren"; `2f.` means "move cursor to the 2nd found '.' character"; but there are exceptions when the subject is implicit, like `5j` means "Move down 5 physical lines".

Helix reverses bindings so that subject is first and verb is second