modules/input: disable ex mode by default
This commit is contained in:
parent
6ce249fa02
commit
c460f49dea
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in
|
||||||
apply = x: assert (builtins.stringLength x == 1 || abort "<LocalLeader> `${x}` is longer than one character is not allowed"); x;
|
apply = x: assert (builtins.stringLength x == 1 || abort "<LocalLeader> `${x}` is longer than one character is not allowed"); x;
|
||||||
};
|
};
|
||||||
|
|
||||||
exMode.enable = (mkEnableOption "Ex mode") // { default = true; };
|
exMode.enable = mkEnableOption "Ex mode";
|
||||||
arrowKeys = {
|
arrowKeys = {
|
||||||
disable = mkOption {
|
disable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
|
|
Loading…
Reference in a new issue