mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
10 lines
176 B
TOML
10 lines
176 B
TOML
[[mgr.prepend_keymap]]
|
|
on = [ "g", "c" ]
|
|
run = "cd ~/.dotfiles"
|
|
desc = "goto .dotfiles"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = [ "g", "v" ]
|
|
run = "cd ~/vods"
|
|
desc = "goto ~/vods"
|
|
|