diff --git a/users/pbsds/home/profiles/micro.nix b/users/pbsds/home/profiles/micro.nix index 2605e40..0848ffb 100644 --- a/users/pbsds/home/profiles/micro.nix +++ b/users/pbsds/home/profiles/micro.nix @@ -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"