micro: comment line

This commit is contained in:
2025-01-27 09:51:27 +01:00
parent 48259cac39
commit e76ef28f54

View File

@@ -45,6 +45,9 @@
"Escape" = "RemoveAllMultiCursors";
"Shift-PageDown" = "SelectPageDown";
"Shift-PageUp" = "SelectPageUp";
# TODO: test on ghostty
"Ctrl-'" = "lua:comment.comment", # doesn't work on lxterminal, `> raw` shows `EventKey: ': "'"`
"Alt-'" = "lua:comment.comment", # workaround
};
programs.micro.ensurePlugins = [
"aspell"