[yarzi] Add keybind to go to trash
This commit is contained in:
parent
a3693a8ad1
commit
b2ebac4094
2
general/configs/Kvantum/kvantum.kvconfig
Normal file
2
general/configs/Kvantum/kvantum.kvconfig
Normal file
@ -0,0 +1,2 @@
|
||||
[General]
|
||||
theme=KvAdaptaDark
|
0
general/configs/lazygit/config.yml
Normal file
0
general/configs/lazygit/config.yml
Normal file
@ -25,7 +25,8 @@ prepend_keymap = [
|
||||
{ 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", "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", "m" ], run = "cd /run/media/$USER", desc = "Go to /run/media" },
|
||||
{ on = [ "g", "<Space>" ], run = "cd --interactive", desc = "Go to interactively" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user