aboutsummaryrefslogtreecommitdiff
path: root/yazi
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2024-12-24 23:58:16 +0200
committeromagdy <omar.professional8777@gmail.com>2024-12-24 23:58:16 +0200
commitdf7634e9254fda279b8eeb26f75668694b22ef76 (patch)
tree030a17560274295959d92430f1c3f3024037685e /yazi
parent0663abce2fe511810d01cd57490a767c9a4442d5 (diff)
downloaddotfiles-df7634e9254fda279b8eeb26f75668694b22ef76.tar.xz
dotfiles-df7634e9254fda279b8eeb26f75668694b22ef76.zip
did some stuff
Diffstat (limited to 'yazi')
-rw-r--r--yazi/.config/yazi/keymap.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/yazi/.config/yazi/keymap.toml b/yazi/.config/yazi/keymap.toml
new file mode 100644
index 0000000..f01816a
--- /dev/null
+++ b/yazi/.config/yazi/keymap.toml
@@ -0,0 +1,9 @@
+[[manager.prepend_keymap]]
+on = [ "g", "c" ]
+run = "cd /mnt/Storage/omar/College/"
+desc = "Cd to College folder"
+
+[[manager.prepend_keymap]]
+on = [ "g", "p" ]
+run = "cd ~/programming/"
+desc = "Cd to ~/programming"