🔧 chore(yazi): update folders letter case

This commit is contained in:
Sergio Laín 2024-08-21 23:13:56 +02:00
parent 029ba6722e
commit e5e42b52ef
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -59,27 +59,27 @@ append_keymap = [
{ on = [ { on = [
"g", "g",
"v", "v",
], run = "cd ~/Videos/", desc = "Go to the videos directory" }, ], run = "cd ~/videos/", desc = "Go to the videos directory" },
{ on = [ { on = [
"g", "g",
"i", "i",
], run = "cd ~/Pictures/", desc = "Go to the images directory" }, ], run = "cd ~/pictures/", desc = "Go to the images directory" },
{ on = [ { on = [
"g", "g",
"s", "s",
], run = "cd ~/Pictures/Screenshots/", desc = "Go to the screenshots directory" }, ], run = "cd ~/pictures/screenshots/", desc = "Go to the screenshots directory" },
{ on = [ { on = [
"g", "g",
"D", "D",
], run = "cd ~/Documents/", desc = "Go to the docs directory" }, ], run = "cd ~/documents/", desc = "Go to the docs directory" },
{ on = [ { on = [
"g", "g",
"o", "o",
], run = "cd ~/Documents/Obsidian/obsidianVault/", desc = "Go to the obsidian directory" }, ], run = "cd ~/documents/obsidian-vaults", desc = "Go to the obsidian directory" },
{ on = [ { on = [
"g", "g",
"r", "r",
], run = "cd ~/Repos/", desc = "Go to the repos directory" }, ], run = "cd ~/repos/", desc = "Go to the repos directory" },
] ]
[input] [input]