mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
add keybind to skip auto-comment on newline
This commit is contained in:
@ -197,6 +197,14 @@ in
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
keys.insert = {
|
||||||
|
# Allows not continuing the comment
|
||||||
|
"A-ret" = [
|
||||||
|
"insert_newline"
|
||||||
|
"delete_word_backward"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
editor = {
|
editor = {
|
||||||
|
|
||||||
# Change cursors depending on the mode
|
# Change cursors depending on the mode
|
||||||
|
Reference in New Issue
Block a user