hopefully fixed some things now
This commit is contained in:
parent
c0277b91ec
commit
6666f248b4
3 changed files with 10 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
[manager]
|
[manager]
|
||||||
|
|
||||||
keymap = [
|
prepend_keymap = [
|
||||||
{ on = "<Esc>", run = "escape", desc = "Exit visual mode, clear selected, or cancel search" },
|
{ on = "<Esc>", run = "escape", desc = "Exit visual mode, clear selected, or cancel search" },
|
||||||
{ on = "<C-[>", run = "escape", desc = "Exit visual mode, clear selected, or cancel search" },
|
{ on = "<C-[>", run = "escape", desc = "Exit visual mode, clear selected, or cancel search" },
|
||||||
{ on = "q", run = "quit", desc = "Exit the process" },
|
{ on = "q", run = "quit", desc = "Exit the process" },
|
||||||
|
@ -334,7 +334,7 @@ desc = "Open shell here"
|
||||||
|
|
||||||
[[manager.prepend_keymap]]
|
[[manager.prepend_keymap]]
|
||||||
on = "l"
|
on = "l"
|
||||||
run = "plugin --sync smart-enter"
|
run = 'plugin smart-enter'
|
||||||
desc = "Enter the child directory, or open the file"
|
desc = "Enter the child directory, or open the file"
|
||||||
|
|
||||||
[[manager.prepend_keymap]]
|
[[manager.prepend_keymap]]
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
deps = [
|
deps = [
|
||||||
{ use = "yazi-rs/plugins:full-border" },
|
{ use = "yazi-rs/plugins:full-border" },
|
||||||
{ use = "yazi-rs/plugins:git" },
|
{ use = "yazi-rs/plugins:git" },
|
||||||
|
{ use = "yazi-rs/plugins:smart-enter.yazi" },
|
||||||
{ use = "yazi-rs/plugins:chmod" },
|
{ use = "yazi-rs/plugins:chmod" },
|
||||||
{ use = "saumyajyoti/omp" },
|
{ use = "saumyajyoti/omp" },
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,9 +1,16 @@
|
||||||
[manager]
|
[manager]
|
||||||
sort_dir_first = true
|
sort_dir_first = true
|
||||||
|
sort_by = "natural"
|
||||||
|
sort_sensitive = false
|
||||||
|
show_hidden = true
|
||||||
|
ratio = [1, 4, 2]
|
||||||
|
show_symlink = true
|
||||||
|
scrolloff = 6
|
||||||
|
|
||||||
[preview]
|
[preview]
|
||||||
wrap = "yes"
|
wrap = "yes"
|
||||||
image_quality = 90
|
image_quality = 90
|
||||||
|
image_filters = "triangle"
|
||||||
sixel_fraction = 15
|
sixel_fraction = 15
|
||||||
|
|
||||||
[opener]
|
[opener]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue