micro: fix

This commit is contained in:
Peder Bergebakken Sundt 2025-01-29 10:39:20 +01:00
parent ef9b182254
commit 350c6bce9d

View File

@ -46,8 +46,8 @@
"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
"Ctrl-'" = "lua:comment.comment"; # doesn't work on lxterminal, `> raw` shows `EventKey: ': "'"`
"Alt-'" = "lua:comment.comment"; # workaround
};
programs.micro.ensurePlugins = [
"aspell"