Skip to content

Commit

Permalink
Helix: Add *, # for search word under cursor
Browse files Browse the repository at this point in the history
* = next, # = prev
  • Loading branch information
jbrudvik committed Nov 12, 2023
1 parent 3af5c57 commit 5bafc89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ enable = true
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"] # Escape multiple selections easily
X = "extend_line_above"
"*" = ["move_prev_word_start", "move_next_word_end", "search_selection", "search_next"]
"#" = ["move_prev_word_start", "move_next_word_end", "search_selection", "search_prev"]
"{" = "goto_prev_paragraph"
"}" = "goto_next_paragraph"

Expand Down

0 comments on commit 5bafc89

Please sign in to comment.