]> git.r.bdr.sh - rbdr/dotfiles/blame - config/mc/ini
Merge branch 'master' of gitlab.com:rbdr/dotfiles
[rbdr/dotfiles] / config / mc / ini
CommitLineData
577b791c
BB
1
2[Midnight-Commander]
3verbose=1
4pause_after_run=1
5shell_patterns=1
6auto_save_setup=1
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_visible_tabs=1
65editor_visible_spaces=1
66editor_line_state=0
67editor_simple_statusbar=0
68editor_check_new_line=0
69editor_show_right_margin=0
70editor_group_undo=0
71nice_rotating_dash=1
72mcview_remember_file_position=0
73auto_fill_mkdir_name=1
74copymove_persistent_attr=1
75select_flags=6
76editor_backup_extension=~
77mcview_eof=
78ignore_ftp_chattr_errors=true
79keymap=mc.keymap
80skin=default
81
82preallocate_space=0
83
84
85
86[Layout]
87message_visible=1
88keybar_visible=1
89xterm_title=1
90output_lines=0
91command_prompt=1
92menubar_visible=1
93free_space=1
94
95horizontal_split=0
96vertical_equal=1
97left_panel_size=72
98horizontal_equal=1
99top_panel_size=67
100
101
102
103[Misc]
104timeformat_recent=%b %e %H:%M
105timeformat_old=%b %e %Y
106ftp_proxy_host=gate
107ftpfs_password=anonymous@
108display_codepage=UTF-8
109source_codepage=Other_8_bit
110autodetect_codeset=
111clipboard_store=
112clipboard_paste=
113
114[Colors]
115base_color=
116screen-256color=
117color_terminals=
118
119[Panels]
120show_mini_info=true
121kilobyte_si=false
122mix_all_files=false
123show_backups=true
124show_dot_files=true
125fast_reload=false
126fast_reload_msg_shown=false
127mark_moves_down=true
128reverse_files_only=true
129auto_save_setup_panels=false
130navigate_with_arrows=false
131panel_scroll_pages=true
132mouse_move_pages=true
133filetype_mode=true
134permission_mode=false
135torben_fj_mode=false
136quick_search_mode=2
137
138[Panelize]
139Find *.orig after patching=find . -name \\*.orig -print
140Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm +011 \\) -o \\( -perm -02000 -a -perm +01 \\) \\) -print
141Find rejects after patching=find . -name \\*.rej -print