Yazi: Add gr and gm.

This commit is contained in:
Dmitry Voronin 2024-11-07 12:14:46 +03:00
parent fa7654144a
commit 081097e568
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -23,7 +23,9 @@
{ on = [ "g" "T" ]; desc = "Go to system tmp"; run = "cd /tmp"; }
{ on = [ "g" "c" ]; desc = "Go to configs"; run = "noop"; }
{ on = [ "g" "d" ]; desc = "Go to downloads"; run = "cd $XDG_DOWNLOAD_DIR"; }
{ on = [ "g" "m" ]; desc = "Go to mnt"; run = "cd /mnt"; }
{ on = [ "g" "p" ]; desc = "Go to projects"; run = "cd ~/project"; }
{ on = [ "g" "r" ]; desc = "Go to root"; run = "cd /"; }
{ on = [ "g" "s" ]; desc = "Go to storage"; run = "cd /storage"; }
{ on = [ "g" "t" ]; desc = "Go to tmp"; run = "cd ~/tmp"; }
];