mirror of
https://github.com/theniceboy/.config.git
synced 2026-07-16 22:01:21 +08:00
fix yazi config
This commit is contained in:
parent
504e1fb0e8
commit
02b77e720c
3 changed files with 2 additions and 14 deletions
|
|
@ -1,7 +1,3 @@
|
||||||
# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config.
|
|
||||||
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
|
||||||
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
|
||||||
|
|
||||||
[mgr]
|
[mgr]
|
||||||
keymap = [
|
keymap = [
|
||||||
{ on = "i", run = "plugin smart-enter", desc = "Smart enter" },
|
{ on = "i", run = "plugin smart-enter", desc = "Smart enter" },
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,3 @@
|
||||||
# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config.
|
|
||||||
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
|
||||||
"$schema" = "https://yazi-rs.github.io/schemas/theme.json"
|
|
||||||
|
|
||||||
# vim:fileencoding=utf-8:foldmethod=marker
|
# vim:fileencoding=utf-8:foldmethod=marker
|
||||||
|
|
||||||
[flavor]
|
[flavor]
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,3 @@
|
||||||
# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config.
|
|
||||||
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
|
||||||
"$schema" = "https://yazi-rs.github.io/schemas/yazi.json"
|
|
||||||
|
|
||||||
[mgr]
|
[mgr]
|
||||||
ratio = [1, 3, 4]
|
ratio = [1, 3, 4]
|
||||||
sort_by = "alphabetical"
|
sort_by = "alphabetical"
|
||||||
|
|
@ -86,8 +82,8 @@ suppress_preload = false
|
||||||
|
|
||||||
[plugin]
|
[plugin]
|
||||||
prepend_fetchers = [
|
prepend_fetchers = [
|
||||||
{ id = "git", url = "*", run = "git" },
|
{ url = "*", run = "git", group = "git" },
|
||||||
{ id = "git", url = "*/", run = "git" },
|
{ url = "*/", run = "git", group = "git" },
|
||||||
]
|
]
|
||||||
preloaders = [
|
preloaders = [
|
||||||
# Image
|
# Image
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue