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";
|
||||
};
|
||||
enable = true;
|
||||
flags = [
|
||||
"--disable-up-arrow"
|
||||
];
|
||||
settings = {
|
||||
auto_sync = true;
|
||||
update_check = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue