Ticket #2831: ini1

File ini1, 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
108[Layout]
109message_visible=0
110keybar_visible=1
111xterm_hintbar=0
112output_lines=0
113command_prompt=1
114menubar_visible=1
115show_mini_info=1
116permission_mode=1
117filetype_mode=1
118xterm_title=0
119free_space=0
120classic_progressbar=true
121horizontal_split=0
122vertical_equal=1
123left_panel_size=85
124horizontal_equal=1
125top_panel_size=50
126
127
128[Misc]
129ftpfs_password=root@darkstar.example.net
130ftp_proxy_host=gate
131display_codepage=ISO-8859-1
132ftp_codepage=ISO-8859-1
133source_codepage=ISO-8859-1
134timeformat_recent=%b %e %H:%M
135timeformat_old=%b %e  %Y
136autodetect_codeset=
137clipboard_store=
138clipboard_paste=
139
140[HotlistConfig]
141expanded_view_of_groups=0
142
143[FindFile]
144ignore_dirs=
145file_case_sens=true
146file_shell_pattern=true
147file_find_recurs=true
148file_skip_hidden=false
149file_all_charsets=false
150content_case_sens=true
151content_regexp=false
152content_first_hit=false
153content_whole_words=false
154content_all_charsets=false
155content_use=true
156ignore_dirs_enable=true
157
158[Colors]
159base_color=
160xterm=
161color_terminals=
162linux=
163xterm-256color=
164
165[Panels]
166show_mini_info=true
167kilobyte_si=false
168mix_all_files=false
169show_backups=true
170show_dot_files=true
171fast_reload=false
172fast_reload_msg_shown=false
173mark_moves_down=true
174reverse_files_only=true
175auto_save_setup_panels=false
176navigate_with_arrows=false
177panel_scroll_pages=true
178mouse_move_pages=true
179filetype_mode=true
180permission_mode=false
181torben_fj_mode=false
182quick_search_mode=2
183
184[DiffView]
185show_symbols=false
186show_numbers=false
187tab_size=8
188diff_quality=0
189diff_ignore_tws=false
190diff_ignore_all_space=false
191diff_ignore_space_change=false
192diff_tab_expansion=false
193diff_ignore_case=false
194
195[Panelize]
196Find *.orig after patching=find . -name \\*.orig -print
197Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm +011 \\) -o \\( -perm -02000 -a -perm +01 \\) \\) -print
198Find rejects after patching=find . -name \\*.rej -print