This commit is contained in:
fzdwx 2023-07-26 09:17:38 +08:00
parent 8f7b45ca8d
commit a86df84cb2

View file

@ -83,7 +83,7 @@ keymap = [
{ on = [ "g", "h" ], exec = "cd ~" }, { on = [ "g", "h" ], exec = "cd ~" },
{ on = [ "g", "c" ], exec = "cd ~/.config" }, { on = [ "g", "c" ], exec = "cd ~/.config" },
{ on = [ "g", "d" ], exec = "cd ~/Downloads" }, { on = [ "g", "d" ], exec = "cd ~/Downloads" },
{ on = [ "m", "g" ], exec = "cd /tmp" }, { on = [ "g", "t" ], exec = "cd /tmp" },
] ]
[tasks] [tasks]