dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

ini (3484B)


      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=true
      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=true
     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=false
     62 editor_state_full_filename=false
     63 editor_ask_filename_before_edit=false
     64 nice_rotating_dash=true
     65 shadows=true
     66 mcview_remember_file_position=false
     67 auto_fill_mkdir_name=true
     68 copymove_persistent_attr=true
     69 pause_after_run=1
     70 mouse_repeat_rate=100
     71 double_click_speed=250
     72 old_esc_mode_timeout=1000000
     73 max_dirt_limit=10
     74 num_history_items_recorded=60
     75 vfs_timeout=60
     76 ftpfs_directory_timeout=900
     77 ftpfs_retry_seconds=30
     78 fish_directory_timeout=900
     79 editor_tab_spacing=8
     80 editor_word_wrap_line_length=72
     81 editor_option_save_mode=0
     82 editor_backup_extension=~
     83 editor_filesize_threshold=64M
     84 editor_stop_format_chars=-+*\\,.;:&>
     85 mcview_eof=
     86 skin=dracula256
     87 
     88 [Layout]
     89 output_lines=0
     90 left_panel_size=58
     91 top_panel_size=0
     92 message_visible=true
     93 keybar_visible=true
     94 xterm_title=true
     95 command_prompt=true
     96 menubar_visible=true
     97 free_space=true
     98 horizontal_split=false
     99 vertical_equal=true
    100 horizontal_equal=true
    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 clipboard_store=
    111 clipboard_paste=
    112 
    113 [Panels]
    114 show_mini_info=true
    115 kilobyte_si=false
    116 mix_all_files=false
    117 show_backups=true
    118 show_dot_files=true
    119 fast_reload=false
    120 fast_reload_msg_shown=false
    121 mark_moves_down=true
    122 reverse_files_only=true
    123 auto_save_setup_panels=false
    124 navigate_with_arrows=false
    125 panel_scroll_pages=true
    126 panel_scroll_center=false
    127 mouse_move_pages=true
    128 filetype_mode=true
    129 permission_mode=false
    130 torben_fj_mode=false
    131 quick_search_mode=2
    132 select_flags=6
    133 
    134 [Colors]
    135 base_color=
    136 xterm-256color=
    137 color_terminals=
    138 
    139 [Panelize]
    140 Find *.orig after patching=find . -name \\*.orig -print
    141 Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
    142 Find rejects after patching=find . -name \\*.rej -print
    143 Modified git files=git ls-files --modified