Update
This commit is contained in:
parent
edf096f6f1
commit
635e579288
|
@ -75,6 +75,7 @@ num_history_items_recorded=60
|
|||
vfs_timeout=60
|
||||
ftpfs_directory_timeout=900
|
||||
ftpfs_retry_seconds=30
|
||||
fish_directory_timeout=900
|
||||
editor_tab_spacing=8
|
||||
editor_word_wrap_line_length=72
|
||||
editor_option_save_mode=0
|
||||
|
@ -85,8 +86,6 @@ mcview_eof=
|
|||
skin=modarcon16
|
||||
filepos_max_saved_entries=1024
|
||||
|
||||
fish_directory_timeout=900
|
||||
|
||||
[Layout]
|
||||
output_lines=0
|
||||
left_panel_size=75
|
||||
|
@ -109,18 +108,15 @@ ftpfs_password=anonymous@
|
|||
display_codepage=UTF-8
|
||||
source_codepage=Other_8_bit
|
||||
autodetect_codeset=
|
||||
spell_language=en
|
||||
clipboard_store=
|
||||
clipboard_paste=
|
||||
|
||||
spell_language=en
|
||||
|
||||
[Colors]
|
||||
base_color=
|
||||
xterm-256color=
|
||||
color_terminals=
|
||||
|
||||
linux=
|
||||
|
||||
alacritty=
|
||||
|
||||
[Panels]
|
||||
|
@ -143,7 +139,6 @@ permission_mode=false
|
|||
torben_fj_mode=false
|
||||
quick_search_mode=2
|
||||
select_flags=6
|
||||
|
||||
simple_swap=false
|
||||
|
||||
[Panelize]
|
||||
|
|
|
@ -8,14 +8,10 @@ list_mode=full
|
|||
brief_cols=2
|
||||
user_format=half type name | size | mtime | mode | perm | owner | group
|
||||
user_status0=half type name | size | perm
|
||||
user_status1=half type name | size | mtime
|
||||
user_mini_status=true
|
||||
list_format=user
|
||||
|
||||
user_status2=half type name | size | perm
|
||||
user_status3=half type name | size | perm
|
||||
|
||||
filter_flags=7
|
||||
list_format=user
|
||||
|
||||
[New Right Panel]
|
||||
display=listing
|
||||
|
@ -27,14 +23,10 @@ list_mode=full
|
|||
brief_cols=2
|
||||
user_format=half type name | size | mtime | mode | perm | owner | group
|
||||
user_status0=half type name | size | perm
|
||||
user_status1=half type name | size | mtime
|
||||
user_mini_status=true
|
||||
list_format=user
|
||||
|
||||
user_status2=half type name | size | perm
|
||||
user_status3=half type name | size | perm
|
||||
|
||||
filter_flags=7
|
||||
list_format=user
|
||||
|
||||
[Dirs]
|
||||
current_is_left=true
|
||||
|
|
Loading…
Reference in New Issue