Compare commits
2 Commits
171e5b2464
...
4265578b80
Author | SHA1 | Date |
---|---|---|
mandlm | 4265578b80 | |
mandlm | cdcebfde46 |
|
@ -8,6 +8,9 @@
|
||||||
}
|
}
|
||||||
$env.config = {
|
$env.config = {
|
||||||
show_banner: false,
|
show_banner: false,
|
||||||
|
edit_mode: vi
|
||||||
|
shell_integration: true
|
||||||
|
use_kitty_protocol: true
|
||||||
completions: {
|
completions: {
|
||||||
case_sensitive: false # case-sensitive completions
|
case_sensitive: false # case-sensitive completions
|
||||||
quick: true # set to false to prevent auto-selecting completions
|
quick: true # set to false to prevent auto-selecting completions
|
||||||
|
@ -28,11 +31,6 @@
|
||||||
append /usr/bin/env
|
append /usr/bin/env
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
shellAliases = {
|
|
||||||
vi = "hx";
|
|
||||||
vim = "hx";
|
|
||||||
nano = "hx";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue