From 8f0f861b5f16bea39f495f07801566eb8ccab15f Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 21 Aug 2026 18:07:22 +0200 Subject: [PATCH] feat: fix the bind --- config/yazi/keymap.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/yazi/keymap.toml b/config/yazi/keymap.toml index 59f5c9c..41e6670 100644 --- a/config/yazi/keymap.toml +++ b/config/yazi/keymap.toml @@ -21,7 +21,7 @@ prepend_keymap = [ { on = [ "g", "c", "s" ], run = "cd ~/projects/dotfiles/scripts", desc = "Go to script" }, { on = [ "g", "c", "d" ], run = "cd ~/projects/dotfiles", desc = "Go to Dotfiles folder" }, { on = [ "g", "c", "n" ], run = "cd ~/projects/nvim", desc = "Go to NeoVim config" }, - { on = [ "g", "w" ], run = "cd ~/NextCloud/Wallpapers/", desc = "Go to ~/.config" }, + { on = [ "g", "w" ], run = "cd ~/NextCloud/Wallpapers/00_rotation/", desc = "Go to ~/.config" }, { on = [ "g", "n" ], run = "cd ~/NextCloud/Documents/", desc = "Go to NextCloud Documents" }, { on = [ "g", "w" ], run = "cd ~/NextCloud/Wallpapers", desc = "Go to Wallpapers" }, { on = [ "g", "e", "n" ], run = "cd ~/NextCloud/Documents/ETH/Semester5/", desc = "Go to ETH Nextcloud" },