mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
yazi migration
This commit is contained in:
parent
cc4866accb
commit
3bfde49348
4 changed files with 4 additions and 3 deletions
1
tools/yazi/.gitignore
vendored
1
tools/yazi/.gitignore
vendored
|
|
@ -3,3 +3,4 @@ plugins/
|
||||||
|
|
||||||
package.toml
|
package.toml
|
||||||
theme.toml
|
theme.toml
|
||||||
|
*.toml-*
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
||||||
"$schema" = "https://yazi-rs.github.io/schemas/prepend_keymap.json"
|
"$schema" = "https://yazi-rs.github.io/schemas/prepend_keymap.json"
|
||||||
|
|
||||||
[manager]
|
[mgr]
|
||||||
|
|
||||||
prepend_keymap = [
|
prepend_keymap = [
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[manager]
|
[mgr]
|
||||||
cwd = { fg = "#179299" }
|
cwd = { fg = "#179299" }
|
||||||
|
|
||||||
hovered = { fg = "#eff1f5", bg = "#7287fd" }
|
hovered = { fg = "#eff1f5", bg = "#7287fd" }
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[manager]
|
[mgr]
|
||||||
show_hidden = true
|
show_hidden = true
|
||||||
linemode = "size_and_mtime"
|
linemode = "size_and_mtime"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue