The installer has a new "Use enhanced default settings" option
This activates several things by default, which previously required manual configuration after installation:
- Windows-friendly default key bindings (familiar keys in CMD continue to work, rather than being replaced by alternative bash key bindings).
- Auto-suggestions are enabled.
- Rich coloring enabled by default, including colors for recognized and unrecognized commands.
- Case insensitive history search.
- Keep 25000 lines of history.
- Performing completion also expands environment variables.
- If no completions match the typed prefix, then use a substring search instead.
Changes in v1.3.6
- Added
terminal.mouse_input
setting; the default isauto
.auto
lets mouse input work in ConEmu, or in the default Conhost terminal when Quick Edit mode is unchecked in the console Properties dialog. See the documentation for more information. - Added
cua-select-word
command that selects the word at the cursor. - Ctrl+X,Ctrl+Z with a numeric argument always includes registered Lua match generators, prompt filters, etc even when the
lua.debug
setting is off. - Fixed potential for a coroutine to have extra delays sometimes when continuing past the end of one edit line, and into the next edit line.
- Fixed a potential busy loop when the command word is unrecognized.
- Fixed Quick Edit mode in plain Conhost windows; it had always been disabled (I never noticed because I always configure console windows to disable it anyway).