diff --git a/.config/mc/ini b/.config/mc/ini index 4079a49..54164aa 100644 --- a/.config/mc/ini +++ b/.config/mc/ini @@ -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