yazi fix
This commit is contained in:
@@ -168,8 +168,8 @@ in {
|
||||
{ on = "<Esc>"; 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,13 +184,13 @@ in {
|
||||
{ on = "<Tab>"; run = "close"; desc = "Close Spot View"; }
|
||||
{ on = "q"; run = "close"; desc = "Close Spot View"; }
|
||||
{ on = "<Esc>"; 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 = {
|
||||
|
||||
Reference in New Issue
Block a user