From db4c63c4f81bf2afb2e2901952dea12eff32bbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 3 Sep 2024 13:33:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(yazi):=20new=20keymap=20to=20c?= =?UTF-8?q?reate=20a=20dir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/yazi/keymap.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index 7430ef88..9a265f0a 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -49,6 +49,7 @@ prepend_keymap = [ '''shell 'for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list' --confirm''', "yank", ], desc = "yank files and copy to clipboard" }, + { on = "A", run = "create --dir", desc = "Create a dir" }, ] append_keymap = [