🔧 chore(yazi): update folders letter case
This commit is contained in:
parent
029ba6722e
commit
e5e42b52ef
1 changed files with 6 additions and 6 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue