aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/yazi/keymap.toml
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/yazi/keymap.toml')
-rw-r--r--home/.config/yazi/keymap.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/home/.config/yazi/keymap.toml b/home/.config/yazi/keymap.toml
deleted file mode 100644
index b7ed5c7..0000000
--- a/home/.config/yazi/keymap.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[mgr]
-prepend_keymap = [
- { on = "!", run = 'shell "$SHELL" --block', desc = "Open shell here" },
- { on = [ "g", "r" ], run = 'shell -- ya emit cd "$(git rev-parse --show-toplevel 2>/dev/null || echo .)"', desc = "Go to git root" },
- { on = [ "g", "." ], run = "cd ~/dotfiles", desc = "Go to dotfiles" },
- { on = [ "g", "x" ], run = "cd ~/doxfiles", desc = "Go to doxfiles" },
- { on = [ "g", "s" ], run = "cd ~/sync", desc = "Go to sync" },
- { on = [ "g", "S" ], run = "cd ~/pics/screenshots", desc = "Go to screenshots" },
-]