Ticket #3236: ini

File ini, 3.0 KB (added by nrbrtx, 10 years ago)

My MC ini

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