feat: add copy path button in info panel
This commit is contained in:
parent
ea8c596ef6
commit
e890e1871b
2 changed files with 86 additions and 27 deletions
30
vcom.toml
30
vcom.toml
|
|
@ -1,15 +1,15 @@
|
|||
[startup]
|
||||
# left_path = "~/Downloads"
|
||||
# right_path = "~/Projects"
|
||||
left_path = ''
|
||||
right_path = ''
|
||||
|
||||
[ui]
|
||||
app_title = "vcom"
|
||||
theme = "catppuccin-mocha"
|
||||
icon_mode = "auto" # auto | nerd | ascii
|
||||
app_title = 'vcom'
|
||||
theme = 'catppuccin-mocha'
|
||||
icon_mode = 'auto'
|
||||
show_title_bar = true
|
||||
show_footer = true
|
||||
border = "rounded"
|
||||
path_display = "smart"
|
||||
border = 'rounded'
|
||||
path_display = 'smart'
|
||||
pane_gap = 1
|
||||
center_width_percent = 30
|
||||
|
||||
|
|
@ -19,21 +19,16 @@ dirs_first = true
|
|||
human_readable_size = true
|
||||
|
||||
[browser.sort]
|
||||
by = "name"
|
||||
by = 'name'
|
||||
reverse = false
|
||||
|
||||
# by = "modified"
|
||||
# by = "size"
|
||||
# reverse = true
|
||||
|
||||
[browser.columns]
|
||||
name = true
|
||||
size = true
|
||||
modified = true
|
||||
|
||||
# created = true
|
||||
# permissions = true
|
||||
# extension = true
|
||||
created = false
|
||||
permissions = false
|
||||
extension = false
|
||||
|
||||
[preview]
|
||||
show_metadata = true
|
||||
|
|
@ -41,9 +36,6 @@ wrap_text = false
|
|||
max_preview_bytes = 65536
|
||||
directory_preview_limit = 80
|
||||
|
||||
# wrap_text = true
|
||||
# max_preview_bytes = 131072
|
||||
|
||||
[behavior]
|
||||
confirm_delete = true
|
||||
confirm_overwrite = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue