From e82b95405e1664aa90704da704df2f2b658dceda Mon Sep 17 00:00:00 2001 From: ahirner Date: Fri, 18 Nov 2022 15:58:13 +0100 Subject: [PATCH] Vim'ish * needs https://github.com/helix-editor/helix/pull/4322 --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 7694bd2..4987548 100644 --- a/config.toml +++ b/config.toml @@ -78,6 +78,8 @@ a = ["append_mode", "collapse_selection"] # Escape the madness! No more fighting with the cursor! Or with multiple cursors! esc = ["collapse_selection", "keep_primary_selection"] +# Vim'ish * +"*" = ["move_prev_word_start", "move_next_word_end", "search_selection", "make_search_word_bounded", "search_next"] [keys.insert] # Escape the madness! No more fighting with the cursor! Or with multiple cursors!