chiark / gitweb /
el/dot-emacs.el (mdw-fontify-rust): Fix integer literal syntax.
[profile] / dot / mc-ini
CommitLineData
a6a6806a
MW
1
2[Midnight-Commander]
3show_backups=1
4kilobyte_si=0
5show_dot_files=1
6verbose=1
7mark_moves_down=1
8pause_after_run=1
9shell_patterns=1
10auto_save_setup=1
11auto_menu=0
12use_internal_view=1
13use_internal_edit=0
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
22confirm_directory_hotlist_delete=1
23safe_delete=0
24mouse_repeat_rate=100
25double_click_speed=250
26use_8th_bit_as_meta=0
27confirm_view_dir=0
28mouse_move_pages=1
29mouse_move_pages_viewer=1
30mouse_close_dialog=0
31fast_refresh=0
32navigate_with_arrows=1
33drop_menus=0
34wrap_mode=1
35old_esc_mode=0
36cd_symlinks=1
37show_all_if_ambiguous=0
38max_dirt_limit=10
39torben_fj_mode=0
40use_file_to_guess_type=1
41alternate_plus_minus=0
42only_leading_plus_minus=1
43show_output_starts_shell=0
44panel_scroll_pages=1
45xtree_mode=0
46num_history_items_recorded=60
47file_op_compute_totals=1
48vfs_timeout=60
49ftpfs_directory_timeout=900
50use_netrc=1
51ftpfs_retry_seconds=30
52ftpfs_always_use_proxy=0
53ftpfs_use_passive_connections=1
54ftpfs_use_passive_connections_over_proxy=0
55ftpfs_use_unix_list_options=1
56ftpfs_first_cd_then_ls=1
57fish_directory_timeout=900
58editor_tab_spacing=8
59editor_word_wrap_line_length=72
60editor_fill_tabs_with_spaces=0
61editor_return_does_auto_indent=1
62editor_backspace_through_tabs=0
63editor_fake_half_tabs=1
64editor_option_save_mode=0
65editor_option_save_position=1
66editor_option_auto_para_formatting=0
67editor_option_typewriter_wrap=0
68editor_edit_confirm_save=1
69editor_syntax_highlighting=1
70editor_persistent_selections=1
71editor_cursor_beyond_eol=0
72editor_visible_tabs=1
73editor_visible_spaces=1
74editor_line_state=0
75editor_simple_statusbar=0
76editor_check_new_line=0
77nice_rotating_dash=1
78horizontal_split=0
79mcview_remember_file_position=0
80auto_fill_mkdir_name=1
81reverse_files_only=1
82copymove_persistent_attr=1
83select_flags=6
84editor_backup_extension=~
85skin=default
86keymap=mc.keymap
87auto_save_setup_panels=1
88
89[Layout]
90equal_split=1
91first_panel_size=40
92message_visible=0
93keybar_visible=1
94xterm_title=0
95output_lines=0
96command_prompt=1
97menubar_visible=0
98show_mini_info=1
99permission_mode=0
100filetype_mode=1
101free_space=1
102
103[Misc]
104ftp_proxy_host=gate
105ftpfs_password=mdw@
106display_codepage=UTF-8
107source_codepage=Other_8_bit
108
109[Colors]
110base_color=
111xterm=
112color_terminals=
113
114[Panelize]
115Find *.orig after patching=find . -name \\*.orig -print
116Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm +011 \\) -o \\( -perm -02000 -a -perm +01 \\) \\) -print
117Find rejects after patching=find . -name \\*.rej -print