diff --git a/.config/helix/config.toml b/.config/helix/config.toml
index 7f00720..1335635 100644
--- a/.config/helix/config.toml
+++ b/.config/helix/config.toml
@@ -32,6 +32,7 @@ render = true
 [keys.normal]
 d = ["delete_selection_noyank"]
 D = ["delete_selection"]
+c = ["change_selection_noyank"]
 V = "extend_to_line_end"
 
 C-k = "goto_next_buffer"
@@ -53,6 +54,7 @@ esc = ["collapse_selection", "normal_mode"]
 [keys.select]
 d = ["delete_selection_noyank"]
 D = ["delete_selection"]
+c = ["change_selection_noyank"]
 V = "extend_to_line_end"
 
 esc = ["collapse_selection", "keep_primary_selection", "normal_mode"]