From 521287ce6cfbd1f0faf542f0e466188ec4a0cc50 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 21 Sep 2022 21:53:46 +0100 Subject: [PATCH] Swap 0/1 with false/true and disable command prompt --- roles/home-cli/files/mc.ini | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/roles/home-cli/files/mc.ini b/roles/home-cli/files/mc.ini index aa58086..7f617a7 100644 --- a/roles/home-cli/files/mc.ini +++ b/roles/home-cli/files/mc.ini @@ -83,18 +83,21 @@ editor_stop_format_chars=-+*\\,.;:&> mcview_eof= skin=default +safe_overwrite=false +shadows=true + [Layout] -message_visible=1 -keybar_visible=1 -xterm_title=1 +message_visible=true +keybar_visible=true +xterm_title=true output_lines=0 -command_prompt=1 -menubar_visible=1 -free_space=1 -horizontal_split=0 -vertical_equal=1 -left_panel_size=75 -horizontal_equal=1 +command_prompt=false +menubar_visible=true +free_space=true +horizontal_split=false +vertical_equal=true +left_panel_size=60 +horizontal_equal=true top_panel_size=1 [Misc]