[yarzi] Add keybind to go to trash

This commit is contained in:
Admin 2025-03-18 16:10:30 +01:00
parent a3693a8ad1
commit b2ebac4094
3 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,2 @@
[General]
theme=KvAdaptaDark

View File

View File

@ -25,7 +25,8 @@ prepend_keymap = [
{ on = [ "g", "p", "a" ], run = "cd ~/projects/active", desc = "Go to Active projects" }, { on = [ "g", "p", "a" ], run = "cd ~/projects/active", desc = "Go to Active projects" },
{ on = [ "g", "p", "r" ], run = "cd ~/projects/archive", desc = "Go to Archive projects" }, { on = [ "g", "p", "r" ], run = "cd ~/projects/archive", desc = "Go to Archive projects" },
{ on = [ "g", "p", "p" ], run = "cd ~/projects", desc = "Go to projects" }, { on = [ "g", "p", "p" ], run = "cd ~/projects", desc = "Go to projects" },
{ on = [ "g", "t" ], run = "cd /tmp", desc = "Go to /tmp" }, { on = [ "g", "t", "m" ], run = "cd /tmp", desc = "Go to /tmp" },
{ on = [ "g", "t", "t" ], run = "cd ~/.local/share/Trash/", desc = "Go to TRASH" },
{ on = [ "g", "/" ], run = "cd /", desc = "Go to /" }, { on = [ "g", "/" ], run = "cd /", desc = "Go to /" },
{ on = [ "g", "m" ], run = "cd /run/media/$USER", desc = "Go to /run/media" }, { on = [ "g", "m" ], run = "cd /run/media/$USER", desc = "Go to /run/media" },
{ on = [ "g", "<Space>" ], run = "cd --interactive", desc = "Go to interactively" }, { on = [ "g", "<Space>" ], run = "cd --interactive", desc = "Go to interactively" },