yazi config changes
This commit is contained in:
parent
69d8a71911
commit
e185f30421
5 changed files with 37 additions and 10 deletions
|
@ -26,7 +26,11 @@
|
|||
{ on = "j"; run = "plugin arrow 1"; desc = "down"; }
|
||||
{ on = "<Up>"; run = "plugin arrow -1"; desc = "up"; }
|
||||
{ on = "<Down>"; run = "plugin arrow 1"; desc = "down"; }
|
||||
{ on = "C"; run = "plugin ouch --args=zip"; }
|
||||
{ on = "C"; run = "plugin ouch zip"; }
|
||||
{ on = "T"; run = "plugin smart-tab"; desc = "Create a tab and enter the hovered directory"; }
|
||||
{ on = "l"; run = "plugin smart-enter"; desc = "Enter the child directory, or open the file"; }
|
||||
{ on = "<Enter>"; run = "plugin smart-enter"; desc = "Enter the child directory, or open the file"; }
|
||||
{ on = "<Right>"; run = "plugin smart-enter"; desc = "Enter the child directory, or open the file"; }
|
||||
];
|
||||
};
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue