From 29b8f188e909d2d3662bf72a36dc31f71e4b9b3d Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 25 Sep 2025 11:04:07 +0200 Subject: [PATCH] [Yazi] Update keymap --- config/yazi/keymap.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/yazi/keymap.toml b/config/yazi/keymap.toml index 23e0b05..1c849af 100644 --- a/config/yazi/keymap.toml +++ b/config/yazi/keymap.toml @@ -7,10 +7,10 @@ prepend_keymap = [ { on = "C", run = "plugin ouch tar.gz", desc = "Compress with ouch" }, # Goto { on = [ "g", "h" ], run = "cd ~", desc = "Go to ~" }, - { on = [ "g", "c", "c" ], run = "cd ~/.config", desc = "Go to ~/.config" }, { on = [ "g", "a" ], run = "cd ~/.cache", desc = "Go to ~/.cache" }, { on = [ "g", "l", "b" ], run = "cd ~/.local/bin", desc = "Go to ~/.local/bin" }, { on = [ "g", "l", "s" ], run = "cd ~/.local/share", desc = "Go to ~/.local/share" }, + { on = [ "g", "c", "c" ], run = "cd ~/.config", desc = "Go to ~/.config" }, { on = [ "g", "c", "h" ], run = "cd ~/projects/active/dotfiles/config/hypr", desc = "Go to Hyprland config" }, { on = [ "g", "c", "f" ], run = "cd ~/projects/active/dotfiles/config/fish", desc = "Go to Fish config" }, { on = [ "g", "c", "y" ], run = "cd ~/projects/active/dotfiles/config/yazi", desc = "Go to Yazi config" }, @@ -19,14 +19,15 @@ prepend_keymap = [ { on = [ "g", "c", "k" ], run = "cd ~/projects/active/dotfiles/config/kitty", desc = "Go to kitty config" }, { on = [ "g", "c", "r" ], run = "cd ~/projects/active/dotfiles/config/rofi", desc = "Go to rofi config" }, { on = [ "g", "c", "s" ], run = "cd ~/projects/active/dotfiles/scripts", desc = "Go to script" }, - { on = [ "g", "c", "d" ], run = "cd ~/projects/active/dotfiles", desc = "Go to NeoVim config" }, + { on = [ "g", "c", "d" ], run = "cd ~/projects/active/dotfiles", desc = "Go to Dotfiles folder" }, { on = [ "g", "c", "n" ], run = "cd ~/projects/active/nvim", desc = "Go to NeoVim 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", "c" ], run = "cd ~/projects/active/eth-gitlab/eth-code-expert/Semester3/", desc = "Go to ETH-Code-Expert" }, { on = [ "g", "e", "n" ], run = "cd ~/NextCloud/Documents/ETH/Semester3/", desc = "Go to ETH Nextcloud" }, { on = [ "g", "e", "p" ], run = "cd ~/projects/active/eth/semester3/", desc = "Go to ETH notes folder" }, - { on = [ "g", "e", "g" ], run = "cd ~/projects/active/eth-gitlab/spca2025-jahutz-hand-ind/", desc = "Go to ETH Gitlab folder" }, + { on = [ "g", "e", "g" ], run = "cd ~/projects/active/eth-gitlab/spca2025-jahutz-hand-in/", desc = "Go to ETH Gitlab folder" }, + { on = [ "g", "e", "s" ], run = "cd ~/projects/active/eth-summaries/semester3/", desc = "Go to ETH Summaries folder" }, { on = [ "g", "s", "h" ], run = "cd ~/.steam/steam/steamapps/common", desc = "Go to ~/.steam/steam/steamapps/common" }, { on = [ "g", "s", "g" ], run = "cd /mnt/games/SteamLibrary", desc = "Go to SteamLibrary on NTFS partition" }, { on = [ "g", "s", "s" ], run = "cd /mnt/secondary/SteamLibrary", desc = "Go to SteamLibrary on main games drive" },