aboutsummaryrefslogtreecommitdiff
path: root/.config/yazi/keymap.toml
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-08-25 15:44:14 +0530
committerkrolxon <krolyxon@tutanota.com>2025-08-25 15:44:14 +0530
commitffeaf344c429ab195160be967a5fb62346f3eed9 (patch)
tree5cb9ebeca9d292a6a1b09b5398e88a276c67b18c /.config/yazi/keymap.toml
parenta81ab033ec5ac0cdbdddfc31f242aee7cb5aee4e (diff)
move to fuzzel from rofi
rofi is bad when it comes to fuzzy matching and also you cannot execute command as it is, for example you cannot pass arguements to commands like "setwall -m". Fuzzel is way simpler, natively supports wayland and is a drop in replacement for dmenu.
Diffstat (limited to '.config/yazi/keymap.toml')
-rw-r--r--.config/yazi/keymap.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml
index 0c09881..4a99125 100644
--- a/.config/yazi/keymap.toml
+++ b/.config/yazi/keymap.toml
@@ -128,8 +128,9 @@ keymap = [
# Goto
{ on = [ "g", "h" ], run = "cd ~", desc = "Go home" },
{ on = [ "g", "c" ], run = "cd ~/.config", desc = "Go ~/.config" },
- { on = [ "g", "d" ], run = "cd ~/dl", desc = "Go ~/dl" },
- { on = [ "g", "d" ], run = "cd ~/pix", desc = "Go ~/pix" },
+ { on = [ "g", "d" ], run = "cd ~/dox", desc = "Go ~/dox" },
+ { on = [ "g", "D" ], run = "cd ~/dl", desc = "Go ~/dl" },
+ { on = [ "g", "p" ], run = "cd ~/pix", desc = "Go ~/pix" },
{ on = [ "g", "C" ], run = "cd ~/.cache", desc = "Go ~/.cache" },
{ on = [ "g", "r" ], run = "cd ~/code/repos", desc = "Go ~/code/repos" },
{ on = [ "g", "v" ], run = "cd ~/vids", desc = "Go ~/vids" },