]> git.madduck.net Git - etc/mc.git/blob - .config/mc/ini

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

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