yazi
This commit is contained in:
parent
ebb71481e5
commit
e217e518d6
2 changed files with 26 additions and 27 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue