mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
more options
This commit is contained in:
parent
ecc42e5953
commit
4e9f39d6dc
1 changed files with 39 additions and 23 deletions
|
|
@ -16,29 +16,6 @@ cache_dir = ""
|
|||
ueberzug_scale = 1
|
||||
ueberzug_offset = [ 0, 0, 0, 0 ]
|
||||
|
||||
[input]
|
||||
cd_position = "top-center"
|
||||
cd_offset = [0, 2, 50, 3]
|
||||
|
||||
create_position = "top-center"
|
||||
create_offset = [0, 2, 50, 3]
|
||||
|
||||
rename_position = "hovered"
|
||||
rename_offset = [0, 1, 50, 3]
|
||||
|
||||
find_position = "top-center"
|
||||
find_offset = [0, 2, 50, 3]
|
||||
|
||||
search_position = "top-center"
|
||||
search_offset = [0, 2, 50, 3]
|
||||
|
||||
shell_position = "top-center"
|
||||
shell_offset = [0, 2, 50, 3]
|
||||
|
||||
[select]
|
||||
open_position = "hovered"
|
||||
open_offset = [0, 1, 50, 3]
|
||||
|
||||
[opener]
|
||||
edit = [
|
||||
{ exec = '$EDITOR "$@"', block = true, for = "unix" },
|
||||
|
|
@ -96,5 +73,44 @@ bizarre_retry = 5
|
|||
[plugins]
|
||||
preload = []
|
||||
|
||||
[input]
|
||||
# cd
|
||||
cd_title = "Change directory:"
|
||||
cd_position = "top-center"
|
||||
cd_offset = [ 0, 2, 50, 3 ]
|
||||
cd_completion = 1
|
||||
|
||||
# create
|
||||
create_title = "Create:"
|
||||
create_position = "top-center"
|
||||
create_offset = [ 0, 2, 50, 3 ]
|
||||
|
||||
# rename
|
||||
rename_title = "Rename:"
|
||||
rename_position = "hovered"
|
||||
rename_offset = [ 0, 1, 50, 3 ]
|
||||
|
||||
# find
|
||||
find_title = [ "Find previous:", "Find next:" ]
|
||||
find_position = "top-center"
|
||||
find_offset = [ 0, 2, 50, 3 ]
|
||||
find_realtime = true
|
||||
|
||||
# search
|
||||
search_title = "Search:"
|
||||
search_position = "top-center"
|
||||
search_offset = [ 0, 2, 50, 3 ]
|
||||
|
||||
# shell
|
||||
shell_title = [ "Shell:", "Shell (block):" ]
|
||||
shell_position = "top-center"
|
||||
shell_offset = [ 0, 2, 50, 3 ]
|
||||
shell_highlight = true
|
||||
|
||||
[select]
|
||||
open_title = "Open with:"
|
||||
open_position = "hovered"
|
||||
open_offset = [ 0, 1, 50, 3 ]
|
||||
|
||||
[log]
|
||||
enabled = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue