diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 0000000..781a111 --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1,3 @@ +[keys.normal] +C-left = "move_prev_word_start" +C-right = "move_next_word_end"