diff --git a/home-modules/yazi.nix b/home-modules/yazi.nix index 82b553a..4bc11cd 100644 --- a/home-modules/yazi.nix +++ b/home-modules/yazi.nix @@ -168,8 +168,8 @@ in { { on = ""; run = "close"; desc = "Close Task View"; } { on = "c"; run = "cancel"; desc = "Cancel Task"; } { on = "i"; run = "inspect"; desc = "Inspect Task"; } - { on = "j"; run = "arrow -1"; desc = "Up in list"; } - { on = "k"; run = "arrow 1"; desc = "Down in list"; } + { on = "k"; run = "arrow -1"; desc = "Up in list"; } + { on = "j"; run = "arrow 1"; desc = "Down in list"; } { on = "u"; run = "arrow -5"; desc = "Up in list (fast)"; } { on = "d"; run = "arrow 5"; desc = "Down in list (fast)"; } ]; @@ -184,14 +184,14 @@ in { { on = ""; run = "close"; desc = "Close Spot View"; } { on = "q"; run = "close"; desc = "Close Spot View"; } { on = ""; run = "close"; desc = "Close Spot View"; } - { on = "j"; run = "arrow -1"; desc = "Up in list"; } - { on = "k"; run = "arrow 1"; desc = "Down in list"; } + { on = "k"; run = "arrow -1"; desc = "Up in list"; } + { on = "j"; run = "arrow 1"; desc = "Down in list"; } { on = "u"; run = "arrow -5"; desc = "Up in list (fast)"; } { on = "d"; run = "arrow 5"; desc = "Down in list (fast)"; } { on = [ "g" "g" ]; run = "arrow top"; desc = "Move cursor to the top"; } { on = [ "g" "e" ]; run = "arrow bot"; desc = "Move cursor to the end"; } - { on = "c"; run = "arrow bot"; desc = "Copy Selected Cell"; } - ]; + { on = "c"; run = "copy cell"; desc = "Copy Selected Cell"; } + ]; }; settings = { mgr = {