From bffb5d6198a3e2b207d774bacdf28501ccd3cbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 1 Aug 2024 14:38:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(yazi):=20change=20s?= =?UTF-8?q?panish=20folders=20into=20english?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/yazi/keymap.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index 06d9ea77..51b0e894 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -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]