micro: fix
This commit is contained in:
parent
ef9b182254
commit
350c6bce9d
@ -46,8 +46,8 @@
|
|||||||
"Shift-PageDown" = "SelectPageDown";
|
"Shift-PageDown" = "SelectPageDown";
|
||||||
"Shift-PageUp" = "SelectPageUp";
|
"Shift-PageUp" = "SelectPageUp";
|
||||||
# TODO: test on ghostty
|
# TODO: test on ghostty
|
||||||
"Ctrl-'" = "lua:comment.comment", # doesn't work on lxterminal, `> raw` shows `EventKey: ': "'"`
|
"Ctrl-'" = "lua:comment.comment"; # doesn't work on lxterminal, `> raw` shows `EventKey: ': "'"`
|
||||||
"Alt-'" = "lua:comment.comment", # workaround
|
"Alt-'" = "lua:comment.comment"; # workaround
|
||||||
};
|
};
|
||||||
programs.micro.ensurePlugins = [
|
programs.micro.ensurePlugins = [
|
||||||
"aspell"
|
"aspell"
|
||||||
|
Loading…
Reference in New Issue
Block a user