add keybind to skip auto-comment on newline

This commit is contained in:
Noah Masur
2025-07-24 22:32:47 -04:00
parent 6a36408416
commit 3fe4843032

View File

@ -197,6 +197,14 @@ in
};
keys.insert = {
# Allows not continuing the comment
"A-ret" = [
"insert_newline"
"delete_word_backward"
];
};
editor = {
# Change cursors depending on the mode