flake and yazi update

This commit is contained in:
Matt Nish-Lapidus 2025-06-26 15:05:51 -04:00
parent 60edb84912
commit 0d0b86dd47
2 changed files with 44 additions and 42 deletions

View file

@ -72,6 +72,8 @@
{ on = ["g" "y"]; run = "cd ~/sync"; desc = "Go to ~/sync"; }
{ on = ["g" "p"]; run = "cd ~/projects"; desc = "Go to ~/projects"; }
{ on = ["g" "s"]; run = "cd ~/source"; desc = "Go to ~/source"; }
{ on = ["g" "d"]; run = "cd ~/downloads"; desc = "Go to ~/downloads"; }
{ on = "p"; run = "plugin smart-paste"; }
{ on = "P"; run = "plugin smart-paste --force"; }