mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
yazi: update keymaps
This commit is contained in:
parent
539aced4c9
commit
8e14fca903
1 changed files with 8 additions and 10 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
[[mgr.prepend_keymap]]
|
mgr.prepend_keymap = [
|
||||||
on = [ "g", "c" ]
|
{ on = ["g", "."], run = "cd ~/.dotfiles", desc = "goto .dotfiles" },
|
||||||
run = "cd ~/.dotfiles"
|
{ on = ["g", "o"], run = "cd ~/org", desc = "goto ~/org" },
|
||||||
desc = "goto .dotfiles"
|
{ on = ["g", "c"], run = "cd ~/code", desc = "goto ~/code" },
|
||||||
|
{ on = ["g", "p"], run = "cd ~/Pictures", desc = "goto ~/Pictures" },
|
||||||
[[mgr.prepend_keymap]]
|
{ on = ["g", "v"], run = "cd ~/vods", desc = "goto ~/vods" },
|
||||||
on = [ "g", "v" ]
|
{ on = ["g", "b"], run = "cd ~/Documents/Books", desc = "goto /Books" },
|
||||||
run = "cd ~/vods"
|
]
|
||||||
desc = "goto ~/vods"
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue