7 lines
93 B
Nix
7 lines
93 B
Nix
{ ... }: {
|
|
text = ''
|
|
-- Show keymap help.
|
|
rekey_normal("?", "<cmd>WhichKey<cr>")
|
|
'';
|
|
}
|