Ticket #2831: ini0

File ini0, 4.0 KB (added by guido, 12 years ago)
Line 
1
2[Midnight-Commander]
3show_backups=1
4show_dot_files=1
5verbose=1
6mark_moves_down=1
7pause_after_run=0
8shell_patterns=1
9auto_save_setup=1
10align_extensions=1
11auto_menu=0
12use_internal_view=0
13use_internal_edit=1
14clear_before_exec=1
15mix_all_files=0
16fast_reload=0
17fast_reload_msg_shown=0
18confirm_delete=1
19confirm_overwrite=1
20confirm_execute=0
21confirm_exit=0
22safe_delete=0
23mouse_repeat_rate=100
24double_click_speed=250
25use_8th_bit_as_meta=1
26confirm_view_dir=0
27mouse_move_pages=1
28mouse_move_pages_viewer=1
29fast_refresh=1
30navigate_with_arrows=0
31advanced_chown=0
32drop_menus=1
33wrap_mode=1
34old_esc_mode=0
35cd_symlinks=1
36show_all_if_ambiguous=0
37have_fast_cpu=1
38torben_fj_mode=0
39use_file_to_guess_type=1
40alternate_plus_minus=0
41only_leading_plus_minus=1
42show_output_starts_shell=0
43panel_scroll_pages=1
44xtree_mode=0
45num_history_items_recorded=60
46file_op_compute_totals=1
47vfs_timeout=60
48ftpfs_directory_timeout=900
49use_netrc=0
50ftpfs_retry_seconds=30
51ftpfs_always_use_proxy=0
52ftpfs_use_passive_connections=1
53ftpfs_use_unix_list_options=1
54ftpfs_first_cd_then_ls=0
55editor_word_wrap_line_length=80
56editor_key_emulation=0
57editor_tab_spacing=4
58editor_fill_tabs_with_spaces=0
59editor_return_does_auto_indent=0
60editor_backspace_through_tabs=0
61editor_fake_half_tabs=0
62editor_option_save_mode=0
63editor_option_backup_ext_int=-1
64editor_option_auto_para_formatting=0
65editor_option_typewriter_wrap=1
66editor_edit_confirm_save=0
67editor_syntax_highlighting=1
68nice_rotating_dash=1
69max_dirt_limit=10
70editor_option_save_position=1
71confirm_directory_hotlist_delete=1
72fish_directory_timeout=900
73mcview_remember_file_position=0
74editor_backup_extension=~
75editor_persistent_selections=1
76editor_visible_tabs=1
77editor_visible_spaces=1
78editor_line_state=1
79auto_fill_mkdir_name=1
80mouse_close_dialog=1
81skip_check_codeset=1
82editor_simple_statusbar=1
83kilobyte_si=0
84confirm_history_cleanup=0
85ftpfs_use_passive_connections_over_proxy=0
86editor_cursor_beyond_eol=0
87editor_check_new_line=1
88editor_show_right_margin=1
89reverse_files_only=1
90copymove_persistent_attr=1
91select_flags=6
92mcview_eof=
93skin=xterm
94keymap=mc.keymap
95auto_save_setup_panels=0
96quick_search_case_sensitive=2
97filepos_max_saved_entries=1024
98old_esc_mode_timeout=1000000
99classic_progressbar=1
100scroll_pages=1
101filetype_mode=1
102permission_mode=0
103ignore_ftp_chattr_errors=true
104preallocate_space=0
105editor_group_undo=0
106
107[Layout]
108message_visible=0
109keybar_visible=1
110xterm_hintbar=0
111output_lines=0
112command_prompt=1
113menubar_visible=1
114show_mini_info=1
115permission_mode=1
116filetype_mode=1
117xterm_title=0
118free_space=0
119classic_progressbar=true
120horizontal_split=0
121vertical_equal=1
122left_panel_size=85
123horizontal_equal=1
124top_panel_size=50
125
126[Misc]
127ftpfs_password=root@darkstar.example.net
128ftp_proxy_host=gate
129display_codepage=ISO-8859-1
130ftp_codepage=ISO-8859-1
131source_codepage=ISO-8859-1
132timeformat_recent=%b %e %H:%M
133timeformat_old=%b %e  %Y
134autodetect_codeset=
135clipboard_store=
136clipboard_paste=
137
138[HotlistConfig]
139expanded_view_of_groups=0
140
141[FindFile]
142ignore_dirs=
143file_case_sens=true
144file_shell_pattern=true
145file_find_recurs=true
146file_skip_hidden=false
147file_all_charsets=false
148content_case_sens=true
149content_regexp=false
150content_first_hit=false
151content_whole_words=false
152content_all_charsets=false
153content_use=true
154ignore_dirs_enable=true
155
156[Colors]
157base_color=
158xterm=
159color_terminals=
160linux=
161xterm-256color=
162
163[Panels]
164show_mini_info=true
165kilobyte_si=false
166mix_all_files=false
167show_backups=true
168show_dot_files=true
169fast_reload=false
170fast_reload_msg_shown=false
171mark_moves_down=true
172reverse_files_only=true
173auto_save_setup_panels=false
174navigate_with_arrows=false
175panel_scroll_pages=true
176mouse_move_pages=true
177filetype_mode=true
178permission_mode=false
179torben_fj_mode=false
180quick_search_mode=2
181
182[DiffView]
183show_symbols=false
184show_numbers=false
185tab_size=8
186diff_quality=0
187diff_ignore_tws=false
188diff_ignore_all_space=false
189diff_ignore_space_change=false
190diff_tab_expansion=false
191diff_ignore_case=false
192
193[Panelize]
194Find *.orig after patching=find . -name \\*.orig -print
195Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm +011 \\) -o \\( -perm -02000 -a -perm +01 \\) \\) -print
196Find rejects after patching=find . -name \\*.rej -print