module(atuin): Disable ation key bind of ArrowUp
This commit is contained in:
parent
6e0619bfe2
commit
a2f8fbbbce
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ in {
|
||||||
logLevel = "trace";
|
logLevel = "trace";
|
||||||
};
|
};
|
||||||
enable = true;
|
enable = true;
|
||||||
|
flags = [
|
||||||
|
"--disable-up-arrow"
|
||||||
|
];
|
||||||
settings = {
|
settings = {
|
||||||
auto_sync = true;
|
auto_sync = true;
|
||||||
update_check = false;
|
update_check = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue