From cb3b5a14133578e3bcfe29a06db4ca99edfc8260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 29 Feb 2024 13:03:47 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(yazi):=20new=20keymap=20for=20?= =?UTF-8?q?going=20into=20the=20repos=20dir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/yazi/keymap.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index a5fdc170..b9abfa31 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -35,6 +35,10 @@ append_keymap = [ "g", "o", ], exec = "cd ~/Documentos/Obsidian/obsidianVault/", desc = "Go to the obsidian directory" }, + { on = [ + "g", + "r", + ], exec = "cd ~/Repos", desc = "Go to the repos directory" }, ] [input]