55 lines
1.2 KiB
Markdown
55 lines
1.2 KiB
Markdown
|
|
# MC
|
|
|
|
## ~/.config/mc/ini
|
|
```ini
|
|
[Layout]
|
|
command_prompt=1
|
|
free_space=1
|
|
horizontal_equal=1
|
|
horizontal_split=0
|
|
keybar_visible=0
|
|
left_panel_size=104
|
|
menubar_visible=0
|
|
message_visible=0
|
|
output_lines=0
|
|
top_panel_size=1
|
|
vertical_equal=1
|
|
xterm_title=0
|
|
|
|
[Midnight-Commander]
|
|
use_internal_view=1
|
|
use_internal_edit=1
|
|
alternate_plus_minus=1
|
|
skin=darkfar
|
|
|
|
editor_ask_filename_before_edit=false
|
|
editor_backspace_through_tabs=false
|
|
editor_backup_extension=~
|
|
editor_check_new_line=false
|
|
editor_cursor_after_inserted_block=false
|
|
editor_cursor_beyond_eol=false
|
|
editor_drop_selection_on_copy=true
|
|
editor_edit_confirm_save=true
|
|
editor_fake_half_tabs=false
|
|
editor_filesize_threshold=64M
|
|
editor_fill_tabs_with_spaces=false
|
|
editor_group_undo=false
|
|
editor_line_state=false
|
|
editor_option_auto_para_formatting=false
|
|
editor_option_save_mode=0
|
|
editor_option_save_position=true
|
|
editor_option_typewriter_wrap=false
|
|
editor_persistent_selections=true
|
|
editor_return_does_auto_indent=true
|
|
editor_show_right_margin=false
|
|
editor_simple_statusbar=false
|
|
editor_state_full_filename=false
|
|
editor_stop_format_chars=-+*\\,.;:&>
|
|
editor_syntax_highlighting=true
|
|
editor_tab_spacing=4
|
|
editor_visible_spaces=true
|
|
editor_visible_tabs=false
|
|
editor_word_wrap_line_length=72
|
|
```
|