reverted my helix keybindings, they don't carry over all that well from vim, and just makes things confusing

This commit is contained in:
Tyler Mayoff 2025-06-25 15:14:09 -04:00
parent c79f472ceb
commit 436a3913e7
No known key found for this signature in database
GPG key ID: FAE8714D991290A9
2 changed files with 2 additions and 4 deletions

View file

@ -102,8 +102,8 @@
normal = {
C-right = "move_next_word_start";
C-left = "move_prev_word_end";
a = "insert_mode";
i = "append_mode";
# a = "insert_mode";
# i = "append_mode";
"=" = ":format";
space = {