From 2c960a2a3dba88bde6f8ea243f5d8b9bd31be63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 2 Feb 2025 00:46:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(yazi):=20update=20config=20t?= =?UTF-8?q?o=20yazi=204.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/yazi/keymap.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index 595baa40..c113d7db 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -5,7 +5,7 @@ prepend_keymap = [ { on = [ "", - ], run = '''shell "$SHELL" --block --confirm''', desc = "Open shell here" }, + ], run = '''shell "$SHELL" --block''', desc = "Open shell here" }, { on = [ "c", "a", @@ -42,10 +42,10 @@ prepend_keymap = [ { on = "S", run = "search fd", desc = "Search files by name using fd" }, { on = [ "T", - ], run = "plugin --sync hide-preview", desc = "Hide or show the preview" }, + ], run = "plugin hide-preview", desc = "Hide or show the preview" }, { on = [ "", - ], run = '''shell 'for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list' --confirm''', desc = "Copy to clipboard" }, + ], run = '''shell 'for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list'''', desc = "Copy to clipboard" }, { on = "A", run = "create --dir", desc = "Create a dir" }, ] @@ -79,7 +79,7 @@ append_keymap = [ { on = [ "g", "o", - ], run = "cd ~/documents/obsidian-vaults", desc = "Go to the obsidian directory" }, + ], run = "cd ~/documents/obsidian/personal-brain/", desc = "Go to the obsidian directory" }, { on = [ "g", "e",