⚙️ config(yazi): change spanish folders into english
This commit is contained in:
parent
251f1fda9a
commit
bffb5d6198
1 changed files with 7 additions and 7 deletions
|
@ -18,31 +18,31 @@ append_keymap = [
|
||||||
{ on = [
|
{ on = [
|
||||||
"g",
|
"g",
|
||||||
"n",
|
"n",
|
||||||
], run = "cd ~/.config/nvim", desc = "Go to the nvim directory" },
|
], run = "cd ~/.config/nvim/", desc = "Go to the nvim directory" },
|
||||||
{ 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 ~/Imagenes", desc = "Go to the images directory" },
|
], run = "cd ~/Pictures/", desc = "Go to the images directory" },
|
||||||
{ on = [
|
{ on = [
|
||||||
"g",
|
"g",
|
||||||
"s",
|
"s",
|
||||||
], run = "cd ~/Imagenes/Capturas", desc = "Go to the screenshots directory" },
|
], run = "cd ~/Pictures/Screenshots/", desc = "Go to the screenshots directory" },
|
||||||
{ on = [
|
{ on = [
|
||||||
"g",
|
"g",
|
||||||
"D",
|
"D",
|
||||||
], run = "cd ~/Documentos", desc = "Go to the docs directory" },
|
], run = "cd ~/Documents/", desc = "Go to the docs directory" },
|
||||||
{ on = [
|
{ on = [
|
||||||
"g",
|
"g",
|
||||||
"o",
|
"o",
|
||||||
], run = "cd ~/Documentos/Obsidian/obsidianVault/", desc = "Go to the obsidian directory" },
|
], run = "cd ~/Documents/Obsidian/obsidianVault/", 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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue