]> 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:

1ae198d23fd026c1f9c72512e5b407c32f437344
[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=modarin256-defbg-thin
86 shadows=false
87
88 [Layout]
89 message_visible=1
90 keybar_visible=1
91 xterm_title=1
92 output_lines=0
93 command_prompt=1
94 menubar_visible=1
95 free_space=1
96 horizontal_split=0
97 vertical_equal=1
98 left_panel_size=86
99 horizontal_equal=1
100 top_panel_size=1
101
102 [Misc]
103 timeformat_recent=%b %e %H:%M
104 timeformat_old=%b %e  %Y
105 ftp_proxy_host=gate
106 ftpfs_password=anonymous@
107 display_codepage=UTF-8
108 source_codepage=Other_8_bit
109 autodetect_codeset=
110 spell_language=en
111 clipboard_store=
112 clipboard_paste=
113
114 [Colors]
115 base_color=
116 rxvt-unicode=
117 color_terminals=
118
119 [Panels]
120 show_mini_info=true
121 kilobyte_si=false
122 mix_all_files=false
123 show_backups=true
124 show_dot_files=true
125 fast_reload=false
126 fast_reload_msg_shown=false
127 mark_moves_down=true
128 reverse_files_only=true
129 auto_save_setup_panels=false
130 navigate_with_arrows=false
131 panel_scroll_pages=true
132 panel_scroll_center=false
133 mouse_move_pages=true
134 filetype_mode=true
135 permission_mode=false
136 torben_fj_mode=false
137 quick_search_mode=2
138 select_flags=6
139
140 simple_swap=false
141
142 [Panelize]
143 Find *.orig after patching=find . -name \\*.orig -print
144 Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
145 Find rejects after patching=find . -name \\*.rej -print
146 Modified git files=git ls-files --modified