1
0
Fork 0
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:
phucleeuwu 2025-05-31 00:46:37 +07:00 committed by GitHub
parent 6f0a6e7ba7
commit 379c9fb858
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;