yazi config changes

This commit is contained in:
Matt Nish-Lapidus 2025-02-17 12:12:38 -05:00
parent 69d8a71911
commit e185f30421
5 changed files with 37 additions and 10 deletions

View file

@ -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 = {