micro: fix
This commit is contained in:
parent
ef9b182254
commit
350c6bce9d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user