Параметр ConEmu отключен: автозагрузка - автосохранение / восстановление открытых вкладок - также удаленные папки

601
Fit Nerd

Я хочу иметь возможность автоматически восстанавливать нужные папки в панелях Far Manager во ВСЕХ вкладках ConEmu (не только в последней закрытой). Тем не менее, опция в ConEmu Startup - Автосохранение / восстановление открытых вкладок - Удаленные папки также всегда отключена и не отмечена, поэтому я не могу проверить это:

ConEmu options

Как включить эту функцию, чтобы при запуске ConEmu он восстанавливал все процессы и вкладки Far с соответствующими папками?

2

1 ответ на вопрос

1
puradox

One way to change the startup directory is to manually edit your settings file, ConEmu.xml. This is most commonly going to located at %appdata%/ConEmu.xml.

Once you have the file open, search for the term <key name="&lt;Startup&gt;" then edit the data attribute of each value child element that represents a command prompt by the name attribute.

<key name="&lt;Startup&gt;" modified="2016-06-22 14:54:00" build="160619"> <value name="GuiArgs" type="string" data=""/> <value name="Cmd1" type="string" data="-cur_console:d:C:\Dev\dashboard &quot;%ConEmuDir%\..\Git\git-cmd.exe&quot; --no-cd --command=usr/bin/bash.exe -l -i"/> <value name="Cmd2" type="string" data="&gt; -cur_console:fs1T50H -cur_console:d:C:\Dev\dashboard &quot;%ConEmuDir%\..\Git\git-cmd.exe&quot; --no-cd --command=usr/bin/bash.exe -l -i"/> <value name="Cmd3" type="string" data="-cur_console:bs1T50V -cur_console:d:C:\RethinkDB &quot;%ConEmuDir%\..\Git\git-cmd.exe&quot; --no-cd --command=usr/bin/bash.exe -l -i"/> <value name="Cmd4" type="string" data="-cur_console:bs2T50V -cur_console:d:C:\Dev\backend &quot;%ConEmuDir%\..\Git\git-cmd.exe&quot; --no-cd --command=usr/bin/bash.exe -l -i"/> <value name="Active" type="long" data="2"/> <value name="Count" type="long" data="4"/> </key> 

Похожие вопросы