This commit is contained in:
Matt Nish-Lapidus 2025-06-10 18:23:20 -04:00
parent ebb71481e5
commit e217e518d6
2 changed files with 26 additions and 27 deletions

View file

@ -40,10 +40,9 @@
{ on = ["c" "p"]; run = "copy path"; desc = "Copy file path"; }
{ on = ["c" "u"]; run = "unyank"; desc = "Cancel file copy"; }
{ on = ["g" "r"]; run = "shell 'ya emit cd \"$(git rev-parse --show-toplevel)\"'\n"; desc = "Go to top of git repo"; }
{ 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 = "p"; run = "plugin smart-paste"; }
{ on = "P"; run = "plugin smart-paste --force"; }