⚙️ config(yazi): change spanish folders into english

This commit is contained in:
Sergio Laín 2024-08-01 14:38:20 +02:00
parent 251f1fda9a
commit bffb5d6198
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -18,31 +18,31 @@ append_keymap = [
{ on = [
"g",
"n",
], run = "cd ~/.config/nvim", desc = "Go to the nvim directory" },
], run = "cd ~/.config/nvim/", desc = "Go to the nvim directory" },
{ on = [
"g",
"v",
], run = "cd ~/Videos", desc = "Go to the videos directory" },
], run = "cd ~/Videos/", desc = "Go to the videos directory" },
{ on = [
"g",
"i",
], run = "cd ~/Imagenes", desc = "Go to the images directory" },
], run = "cd ~/Pictures/", desc = "Go to the images directory" },
{ on = [
"g",
"s",
], run = "cd ~/Imagenes/Capturas", desc = "Go to the screenshots directory" },
], run = "cd ~/Pictures/Screenshots/", desc = "Go to the screenshots directory" },
{ on = [
"g",
"D",
], run = "cd ~/Documentos", desc = "Go to the docs directory" },
], run = "cd ~/Documents/", desc = "Go to the docs directory" },
{ on = [
"g",
"o",
], run = "cd ~/Documentos/Obsidian/obsidianVault/", desc = "Go to the obsidian directory" },
], run = "cd ~/Documents/Obsidian/obsidianVault/", desc = "Go to the obsidian directory" },
{ on = [
"g",
"r",
], run = "cd ~/Repos", desc = "Go to the repos directory" },
], run = "cd ~/Repos/", desc = "Go to the repos directory" },
]
[input]