⚙️ config(yazi): add a new keymap to go to the screenshots dir
This commit is contained in:
parent
1ed75c95c4
commit
4307c148cd
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ append_keymap = [
|
|||
"g",
|
||||
"i",
|
||||
], run = "cd ~/Imagenes", desc = "Go to the images directory" },
|
||||
{ on = [
|
||||
"g",
|
||||
"s",
|
||||
], run = "cd ~/Imagenes/Capturas", desc = "Go to the screenshots directory" },
|
||||
{ on = [
|
||||
"g",
|
||||
"D",
|
||||
|
|
Loading…
Add table
Reference in a new issue