mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-18 22:31:35 +03:00
feat: add goto default config
This commit is contained in:
parent
2df2671f3c
commit
3b2d141ca4
@ -68,6 +68,12 @@ keymap = [
|
||||
|
||||
# Tasks
|
||||
{ on = [ "w" ], exec = "tasks_show" },
|
||||
|
||||
# Goto
|
||||
{ on = [ "g", "h" ], exec = "cd ~" },
|
||||
{ on = [ "g", "c" ], exec = "cd ~/.config" },
|
||||
{ on = [ "g", "d" ], exec = "cd ~/Downloads" },
|
||||
{ on = [ "g", "t" ], exec = "cd /tmp" },
|
||||
]
|
||||
|
||||
[tasks]
|
||||
|
@ -16,6 +16,9 @@
|
||||
- enter: Enter the child directory.
|
||||
- back: Go back to the previous directory.
|
||||
- forward: Go forward to the next directory.
|
||||
- cd: Change the current directory.
|
||||
|
||||
- `path`: the path to change to.
|
||||
|
||||
### Selection
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user