modules/input: enable arrows for command mod
This commit is contained in:
parent
50aa153e3a
commit
e98bb24f6d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in
|
|||
};
|
||||
mode = mkOption {
|
||||
type = types.mode;
|
||||
default = [ "n" "v" "o" "c" ];
|
||||
default = [ "n" "v" "o" ];
|
||||
};
|
||||
};
|
||||
pageButtons = {
|
||||
|
|
Loading…
Reference in a new issue