mc config update

This commit is contained in:
parent 4f30fa4a19
commit d58297514e

View File

@ -88,7 +88,7 @@ shell_directory_timeout=900
[Layout]
output_lines=0
left_panel_size=118
left_panel_size=59
top_panel_size=0
message_visible=true
keybar_visible=true
@ -117,6 +117,7 @@ base_color=
xterm-256color=
color_terminals=
screen-256color=
tmux-256color=
[Panels]
show_mini_info=true
@ -140,7 +141,7 @@ quick_search_mode=2
select_flags=6
[Panelize]
Modified git files=git ls-files --modified
Find *.orig after patching=find . -name \\*.orig -print
Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
Find rejects after patching=find . -name \\*.rej -print
Find *.orig after patching=find . -name \\*.orig -print
Modified git files=git ls-files --modified