Update keymap

This commit is contained in:
2025-11-15 09:31:36 +00:00
parent 993183a9b9
commit 3bce5cbe21

View File

@@ -10,23 +10,23 @@ desc = "Find a file"
# Bookmarks # Bookmarks
[[mgr.prepend_keymap]] [[mgr.prepend_keymap]]
on = [ "g", "d" ] on = [ "b", "d" ]
run = "cd ~/Downloads" run = "cd ~/Downloads"
desc = "Cd to ~/Downloads" desc = "Cd to ~/Downloads"
[[mgr.prepend_keymap]] [[mgr.prepend_keymap]]
on = [ "g", "s" ] on = [ "b", "s" ]
run = "cd ~/Stardust" run = "cd ~/Stardust"
desc = "Cd to ~/Stardust" desc = "Cd to ~/Stardust"
[[mgr.prepend_keymap]] [[mgr.prepend_keymap]]
on = [ "g", "l" ] on = [ "b", "l" ]
run = "cd ~/Stardust/Library" run = "cd ~/Stardust/Library"
desc = "Cd to ~/Stardust/Library" desc = "Cd to ~/Stardust/Library"
[[mgr.prepend_keymap]] [[mgr.prepend_keymap]]
on = [ "g", "g" ] on = [ "b", "g" ]
run = "cd ~/Stardust/Library/Role Playing Games/Games/" run = 'cd "~/Stardust/Library/Role Playing Games/Games/"'
desc = "Cd to ~/Stardust/Library/Role Playing Games/Games/" desc = "Cd to ~/Stardust/Library/Role Playing Games/Games/"
# dedukun/bookmarks keymaps # dedukun/bookmarks keymaps