yazi: add config, and shell wrapper

This commit is contained in:
Oleksandr Smirnov 2025-10-24 23:20:41 +03:00
parent 1144351375
commit 34f696607a
No known key found for this signature in database
3 changed files with 24 additions and 0 deletions

10
config/yazi/keymap.toml Normal file
View file

@ -0,0 +1,10 @@
[[mgr.prepend_keymap]]
on = [ "g", "c" ]
run = "cd ~/.dotfiles"
desc = "goto .dotfiles"
[[mgr.prepend_keymap]]
on = [ "g", "v" ]
run = "cd ~/vods"
desc = "goto ~/vods"

6
config/yazi/yazi.toml Normal file
View file

@ -0,0 +1,6 @@
[mgr]
sort_sensitive = false
sort_dir_first = true
linemode = "none"
show_symlink = true
show_hidden = false