From 350c6bce9dab049e9e57164a5285912061e08868 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Wed, 29 Jan 2025 10:39:20 +0100 Subject: [PATCH] micro: fix --- users/pbsds/home/profiles/micro.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/pbsds/home/profiles/micro.nix b/users/pbsds/home/profiles/micro.nix index 0848ffb..e8a7bf7 100644 --- a/users/pbsds/home/profiles/micro.nix +++ b/users/pbsds/home/profiles/micro.nix @@ -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"