Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.53k stars 572 forks source link

Persistent user settings for CMD #2387

Closed maphew closed 2 years ago

maphew commented 2 years ago

A sample implementation of #2385. Tested and working on my machine (Microsoft Windows [Version 10.0.19043.1288]).

My first thought was to have user settings call at the end of CmdInit, but thinking about the "additional batch execution" section it looked like the safest place to me is before this section.

If this implementation is acceptable I'll see about writing a helper script that creates and places a blank (commented out) user settings file instead of relying on people to follow instructions carefully.