mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
chore: add schema urls to preset config
This commit is contained in:
parent
560a1bf3f9
commit
63fed7fc4a
3 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
||||
|
||||
[manager]
|
||||
|
||||
keymap = [
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
"$schema" = "https://yazi-rs.github.io/schemas/theme.json"
|
||||
|
||||
# vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
# : Manager {{{
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
"$schema" = "https://yazi-rs.github.io/schemas/yazi.json"
|
||||
|
||||
[manager]
|
||||
ratio = [ 1, 4, 3 ]
|
||||
sort_by = "modified"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue