From e5e42b52efb6c0a4de41b8591e73732832e4ce7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 21 Aug 2024 23:13:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(yazi):=20update=20folders?= =?UTF-8?q?=20letter=20case?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/yazi/keymap.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index 3e4b47b5..a7fdec91 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -59,27 +59,27 @@ append_keymap = [ { 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 ~/Pictures/", desc = "Go to the images directory" }, + ], run = "cd ~/pictures/", desc = "Go to the images directory" }, { on = [ "g", "s", - ], run = "cd ~/Pictures/Screenshots/", desc = "Go to the screenshots directory" }, + ], run = "cd ~/pictures/screenshots/", desc = "Go to the screenshots directory" }, { on = [ "g", "D", - ], run = "cd ~/Documents/", desc = "Go to the docs directory" }, + ], run = "cd ~/documents/", desc = "Go to the docs directory" }, { on = [ "g", "o", - ], run = "cd ~/Documents/Obsidian/obsidianVault/", desc = "Go to the obsidian directory" }, + ], run = "cd ~/documents/obsidian-vaults", 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]