Skip to content
Discussion options

You must be logged in to vote

Simulate vim's * & # function, setup In config.toml

[editor.search]
smart-case = false

[keys.normal]
"*" = ["move_char_right", "move_prev_word_start", "move_next_word_end",
  "search_selection",  "make_search_word_bounded", "search_next"]
"#" = ["move_char_right", "move_prev_word_start", "move_next_word_end",
  "search_selection", "make_search_word_bounded", "search_prev"]

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dlintw
Comment options

@dlintw
Comment options

Answer selected by dlintw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants