From 4307c148cd0b2ff5d86ff585c5c7102c279a304a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 7 Apr 2024 13:24:03 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(yazi):=20add=20a=20?= =?UTF-8?q?new=20keymap=20to=20go=20to=20the=20screenshots=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 e284af4a..06d9ea77 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -27,6 +27,10 @@ append_keymap = [ "g", "i", ], run = "cd ~/Imagenes", desc = "Go to the images directory" }, + { on = [ + "g", + "s", + ], run = "cd ~/Imagenes/Capturas", desc = "Go to the screenshots directory" }, { on = [ "g", "D",