This commit is contained in:
Matt Nish-Lapidus 2025-05-02 15:57:20 -04:00
parent db0e516c65
commit 6e5342861c
3 changed files with 27 additions and 40 deletions

View file

@ -34,12 +34,6 @@
officialPluginsNames;
in
officialPlugins // {
yatline = pkgs.fetchFromGitHub {
owner = "imsi32";
repo = "yatline.yazi";
rev = "HEAD";
sha256 = "sha256-JiUik4umi+ujsJmHliUbLsIj7ZTKayrWAAM8HmRdjwk=";
};
restore = pkgs.fetchFromGitHub {
owner = "boydaihungst";
repo = "restore.yazi";
@ -87,10 +81,6 @@
{ on = ["g" "r"]; run = "shell 'ya emit cd \"$(git rev-parse --show-toplevel)\"'\n"; desc = "Go to top of git repo"; }
{ on = ["g" "p"]; run = "cd ~/Projects"; desc = "Go to ~/Projects"; }
# { on = ["t" "p"]; run = "plugin toggle-pane min-parent"; desc = "Toggle parent"; }
# { on = ["t" "c"]; run = "plugin toggle-pane min-current"; desc = "Toggle current"; }
# { on = ["t" "r"]; run = "plugin toggle-pane min-preview"; desc = "Toggle preview"; }
{ on = "<C-t>"; run ="tab_create"; }
{ on = "<C-w>"; run ="tab_close"; }
{ on = "<C-A-right>"; run ="tab_switch 1 --relative"; }