]>
Commit | Line | Data |
---|---|---|
577b791c BB |
1 | |
2 | [Midnight-Commander] | |
3 | verbose=1 | |
4 | pause_after_run=1 | |
5 | shell_patterns=1 | |
6 | auto_save_setup=1 | |
7 | auto_menu=0 | |
8 | use_internal_view=1 | |
9 | use_internal_edit=1 | |
10 | clear_before_exec=1 | |
11 | confirm_delete=1 | |
12 | confirm_overwrite=1 | |
13 | confirm_execute=0 | |
14 | confirm_history_cleanup=1 | |
15 | confirm_exit=1 | |
16 | confirm_directory_hotlist_delete=1 | |
17 | safe_delete=0 | |
18 | mouse_repeat_rate=100 | |
19 | double_click_speed=250 | |
20 | use_8th_bit_as_meta=0 | |
21 | confirm_view_dir=0 | |
22 | mouse_move_pages_viewer=1 | |
23 | mouse_close_dialog=0 | |
24 | fast_refresh=0 | |
25 | drop_menus=0 | |
26 | wrap_mode=1 | |
27 | old_esc_mode=0 | |
28 | old_esc_mode_timeout=1000000 | |
29 | cd_symlinks=1 | |
30 | show_all_if_ambiguous=0 | |
31 | max_dirt_limit=10 | |
32 | use_file_to_guess_type=1 | |
33 | alternate_plus_minus=0 | |
34 | only_leading_plus_minus=1 | |
35 | show_output_starts_shell=0 | |
36 | xtree_mode=0 | |
37 | num_history_items_recorded=60 | |
38 | file_op_compute_totals=1 | |
39 | classic_progressbar=1 | |
40 | vfs_timeout=60 | |
41 | ftpfs_directory_timeout=900 | |
42 | use_netrc=1 | |
43 | ftpfs_retry_seconds=30 | |
44 | ftpfs_always_use_proxy=0 | |
45 | ftpfs_use_passive_connections=1 | |
46 | ftpfs_use_passive_connections_over_proxy=0 | |
47 | ftpfs_use_unix_list_options=1 | |
48 | ftpfs_first_cd_then_ls=1 | |
49 | fish_directory_timeout=900 | |
50 | editor_tab_spacing=8 | |
51 | editor_word_wrap_line_length=72 | |
52 | editor_fill_tabs_with_spaces=0 | |
53 | editor_return_does_auto_indent=1 | |
54 | editor_backspace_through_tabs=0 | |
55 | editor_fake_half_tabs=1 | |
56 | editor_option_save_mode=0 | |
57 | editor_option_save_position=1 | |
58 | editor_option_auto_para_formatting=0 | |
59 | editor_option_typewriter_wrap=0 | |
60 | editor_edit_confirm_save=1 | |
61 | editor_syntax_highlighting=1 | |
62 | editor_persistent_selections=1 | |
63 | editor_cursor_beyond_eol=0 | |
64 | editor_visible_tabs=1 | |
65 | editor_visible_spaces=1 | |
66 | editor_line_state=0 | |
67 | editor_simple_statusbar=0 | |
68 | editor_check_new_line=0 | |
69 | editor_show_right_margin=0 | |
70 | editor_group_undo=0 | |
71 | nice_rotating_dash=1 | |
72 | mcview_remember_file_position=0 | |
73 | auto_fill_mkdir_name=1 | |
74 | copymove_persistent_attr=1 | |
75 | select_flags=6 | |
76 | editor_backup_extension=~ | |
77 | mcview_eof= | |
78 | ignore_ftp_chattr_errors=true | |
79 | keymap=mc.keymap | |
80 | skin=default | |
81 | ||
82 | preallocate_space=0 | |
83 | ||
84 | ||
85 | ||
86 | [Layout] | |
87 | message_visible=1 | |
88 | keybar_visible=1 | |
89 | xterm_title=1 | |
90 | output_lines=0 | |
91 | command_prompt=1 | |
92 | menubar_visible=1 | |
93 | free_space=1 | |
94 | ||
95 | horizontal_split=0 | |
96 | vertical_equal=1 | |
97 | left_panel_size=72 | |
98 | horizontal_equal=1 | |
99 | top_panel_size=67 | |
100 | ||
101 | ||
102 | ||
103 | [Misc] | |
104 | timeformat_recent=%b %e %H:%M | |
105 | timeformat_old=%b %e %Y | |
106 | ftp_proxy_host=gate | |
107 | ftpfs_password=anonymous@ | |
108 | display_codepage=UTF-8 | |
109 | source_codepage=Other_8_bit | |
110 | autodetect_codeset= | |
111 | clipboard_store= | |
112 | clipboard_paste= | |
113 | ||
114 | [Colors] | |
115 | base_color= | |
116 | screen-256color= | |
117 | color_terminals= | |
118 | ||
119 | [Panels] | |
120 | show_mini_info=true | |
121 | kilobyte_si=false | |
122 | mix_all_files=false | |
123 | show_backups=true | |
124 | show_dot_files=true | |
125 | fast_reload=false | |
126 | fast_reload_msg_shown=false | |
127 | mark_moves_down=true | |
128 | reverse_files_only=true | |
129 | auto_save_setup_panels=false | |
130 | navigate_with_arrows=false | |
131 | panel_scroll_pages=true | |
132 | mouse_move_pages=true | |
133 | filetype_mode=true | |
134 | permission_mode=false | |
135 | torben_fj_mode=false | |
136 | quick_search_mode=2 | |
137 | ||
138 | [Panelize] | |
139 | Find *.orig after patching=find . -name \\*.orig -print | |
140 | Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm +011 \\) -o \\( -perm -02000 -a -perm +01 \\) \\) -print | |
141 | Find rejects after patching=find . -name \\*.rej -print |