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]
|
||||
|
||||
keymap = [
|
||||
prepend_keymap = [
|
||||
{ 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 = "q", run = "quit", desc = "Exit the process" },
|
||||
|
@ -334,7 +334,7 @@ desc = "Open shell here"
|
|||
|
||||
[[manager.prepend_keymap]]
|
||||
on = "l"
|
||||
run = "plugin --sync smart-enter"
|
||||
run = 'plugin smart-enter'
|
||||
desc = "Enter the child directory, or open the file"
|
||||
|
||||
[[manager.prepend_keymap]]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
deps = [
|
||||
{ use = "yazi-rs/plugins:full-border" },
|
||||
{ use = "yazi-rs/plugins:git" },
|
||||
{ use = "yazi-rs/plugins:smart-enter.yazi" },
|
||||
{ use = "yazi-rs/plugins:chmod" },
|
||||
{ use = "saumyajyoti/omp" },
|
||||
]
|
||||
|
|
|
@ -1,9 +1,16 @@
|
|||
[manager]
|
||||
sort_dir_first = true
|
||||
sort_by = "natural"
|
||||
sort_sensitive = false
|
||||
show_hidden = true
|
||||
ratio = [1, 4, 2]
|
||||
show_symlink = true
|
||||
scrolloff = 6
|
||||
|
||||
[preview]
|
||||
wrap = "yes"
|
||||
image_quality = 90
|
||||
image_filters = "triangle"
|
||||
sixel_fraction = 15
|
||||
|
||||
[opener]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue