diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 56775f4e..3ba2fe55 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -48,6 +48,8 @@ l = "move_next_sub_word_end" L = "move_next_long_word_end" j = "search_next" J = "search_prev" +N = "join_selections" +A-N = "join_selections_space" C-q = ":qa" C-Q = ":qa!" C-m = "jump_view_left"