Randy Lai
Randy Lai
The default config is not used actually if `cmd` is passed (I just notice that the name of the default config is however wrongly displayed at the title bar). I...
a nice resource to Conpty https://github.com/iljau/PyEchoCon/blob/master/PyEchoCon.py
[pywinpty](https://github.com/spyder-ide/pywinpty) has just upgraded to support ConPTY.
It is a side effect of using a view to emulate a terminal. A workaround is to search only in open folders. In this way, only physical files are included.
Terminus configures these settings explicitly and you will need to override these settings via the `view_settings` from Terminus Settings Preferences.
~~It seems like `block_caret` has to be specified globally, you will need to specify it in `Preferences.sublime-settings`.~~ edit: it is wrong
~~I have just pushed a commit so the `caret_style` setting is no longer overrided. f05a7d36296a1148a91ed2df862d7c230acab301~~ edit: it is wrong
It is caused by a [workaround](12d42978e3287bc95d7ec107bd5dc4d1789dfc4e) of disabling the vintage mode. Terminus should now honor `block_caret` in `view_settings`.
v0.2.32 is released
We open a login shell by default and depends on your setup it might or might not source .bashrc in a login shell. You might need to source it in...