mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
yazi: use mgr instead of manager in example (#7160)
Recent deprecation, show updated example.
This commit is contained in:
parent
6f0a6e7ba7
commit
379c9fb858
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ in
|
||||||
{ run = "escape"; on = [ "<Esc>" ]; }
|
{ run = "escape"; on = [ "<Esc>" ]; }
|
||||||
{ run = "backspace"; on = [ "<Backspace>" ]; }
|
{ run = "backspace"; on = [ "<Backspace>" ]; }
|
||||||
];
|
];
|
||||||
manager.prepend_keymap = [
|
mgr.prepend_keymap = [
|
||||||
{ run = "escape"; on = [ "<Esc>" ]; }
|
{ run = "escape"; on = [ "<Esc>" ]; }
|
||||||
{ run = "quit"; on = [ "q" ]; }
|
{ run = "quit"; on = [ "q" ]; }
|
||||||
{ run = "close"; on = [ "<C-q>" ]; }
|
{ run = "close"; on = [ "<C-q>" ]; }
|
||||||
|
|
@ -82,7 +82,7 @@ in
|
||||||
log = {
|
log = {
|
||||||
enabled = false;
|
enabled = false;
|
||||||
};
|
};
|
||||||
manager = {
|
mgr = {
|
||||||
show_hidden = false;
|
show_hidden = false;
|
||||||
sort_by = "mtime";
|
sort_by = "mtime";
|
||||||
sort_dir_first = true;
|
sort_dir_first = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue