feat(yazi): new keymap for going into the repos dir

This commit is contained in:
Sergio Laín 2024-02-29 13:03:47 +01:00
parent d36e4bbcce
commit cb3b5a1413
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -35,6 +35,10 @@ append_keymap = [
"g",
"o",
], exec = "cd ~/Documentos/Obsidian/obsidianVault/", desc = "Go to the obsidian directory" },
{ on = [
"g",
"r",
], exec = "cd ~/Repos", desc = "Go to the repos directory" },
]
[input]