diff --git a/config/yazi/keymap.toml b/config/yazi/keymap.toml index 41e6670..6e5a8b5 100644 --- a/config/yazi/keymap.toml +++ b/config/yazi/keymap.toml @@ -7,7 +7,6 @@ prepend_keymap = [ { on = "C", run = "plugin ouch tar.gz", desc = "Compress with ouch" }, # Goto { on = [ "g", "h" ], run = "cd ~", desc = "Go to ~" }, - { 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" }, @@ -19,8 +18,8 @@ prepend_keymap = [ { on = [ "g", "c", "k" ], run = "cd ~/projects/dotfiles/config/kitty", desc = "Go to kitty config" }, { on = [ "g", "c", "r" ], run = "cd ~/projects/dotfiles/config/rofi", desc = "Go to rofi config" }, { 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", "c", "d" ], run = "cd ~/projects/system/dotfiles", desc = "Go to Dotfiles folder" }, + { on = [ "g", "c", "n" ], run = "cd ~/projects/system/nvim", desc = "Go to NeoVim 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" }, @@ -33,9 +32,15 @@ prepend_keymap = [ { 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" }, - { on = [ "g", "o" ], run = "cd /mnt/janis/Documents", desc = "Go to Documents" }, - { on = [ "g", "d" ], run = "cd ~/Downloads", desc = "Go to ~/Downloads" }, - { on = [ "g", "p" ], run = "cd ~/projects", desc = "Go to projects" }, + { on = [ "g", "d", "s" ], run = "cd /mnt/janis/Documents", desc = "Go to Documents" }, + { on = [ "g", "d", "o" ], run = "cd /mnt/storage/", desc = "Go to HDD" }, + { on = [ "g", "d", "d" ], run = "cd ~/Downloads", desc = "Go to ~/Downloads" }, + { on = [ "g", "p", "p" ], run = "cd ~/projects", desc = "Go to projects" }, + { on = [ "g", "p", "m" ], run = "cd ~/projects/github/MusicPlayer/", desc = "Go to MusicPlayer" }, + { on = [ "g", "p", "l" ], run = "cd ~/projects/latex/", desc = "Go to LaTeX config" }, + { on = [ "g", "p", "d" ], run = "cd ~/projects/system/dev-env/", desc = "Go to Dev Environment" }, + { on = [ "g", "p", "v" ], run = "cd ~/projects/system/vps-docker/", desc = "Go to vps configs" }, + { on = [ "g", "p", "s" ], run = "cd ~/projects/store/", desc = "Go to store" }, { on = [ "g", "t", "m" ], run = "cd /tmp", desc = "Go to /tmp" }, { on = [ "g", "t", "t" ], run = "cd ~/.local/share/Trash/", desc = "Go to TRASH" }, { on = [ "g", "/" ], run = "cd /", desc = "Go to /" },