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]