mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
feat: add goto default config
This commit is contained in:
parent
2df2671f3c
commit
3b2d141ca4
2 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue