✨ feat(yazi): new keymap for going into the repos dir
This commit is contained in:
parent
d36e4bbcce
commit
cb3b5a1413
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ append_keymap = [
|
||||||
"g",
|
"g",
|
||||||
"o",
|
"o",
|
||||||
], exec = "cd ~/Documentos/Obsidian/obsidianVault/", desc = "Go to the obsidian directory" },
|
], exec = "cd ~/Documentos/Obsidian/obsidianVault/", desc = "Go to the obsidian directory" },
|
||||||
|
{ on = [
|
||||||
|
"g",
|
||||||
|
"r",
|
||||||
|
], exec = "cd ~/Repos", desc = "Go to the repos directory" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
Loading…
Add table
Reference in a new issue