Home
last modified time | relevance | path

Searched refs:goto_first_nonwhitespace (Results 1 – 3 of 3) sorted by relevance

/dports/editors/helix/helix-0.5.0/helix-term/src/
H A Dkeymap.rs438 "s" => goto_first_nonwhitespace, in default()
H A Dcommands.rs267 goto_first_nonwhitespace, "Goto first non-blank in line",
527 fn goto_first_nonwhitespace(cx: &mut Context) { in goto_first_nonwhitespace() function
2726 goto_first_nonwhitespace(cx); in prepend_to_line()
/dports/editors/helix/helix-0.5.0/book/src/
H A Dkeymap.md155 | `s` | Go to first non-whitespace character of the line | `goto_first_nonwhitespace` |