Contour 0.3.11.258
·
1319 commits
to master
since this release
- Fixes normal mode motion
JandKthat got accidentally unimplemented and make it also available to visual mode. - Fixes use of config
bypass_mouse_protocol_modifierthat was ignored. - Fixes abnormal termination on incomplete foreground/background color-pair specification.
- Fixes
SendCharsinput acion to actually send the chars as-is to the standard input of the connected application. - Fixes mouse selection to only be initiated if actually meant to, i.e. in alt screen mode only if bypass-modifier was pressed (#1017).
- Fixes mouse selection within scrolloff setting to not cause the viewport to jump anymore (#1019).
- Fixes rendering sixel image when status line is active (#1050).
- Fixes scroll up when infinte history limit is set
- Adds normal mode motion
[[,]],[],][mimmicking exactly what vim does. - Adds normal mode motion
[mand]mto jump line marks up/down. - Adds normal mode motion
mmto toggle the line mark at the current active cursor position. - Adds normal mode motion
t{char},T{char},f{char},F{char},;,,to move cursor in line till before/after or to given{char}. - Adds config entry
vi_mode_highlightto color palette to highlight current cursor's line when not in insert mode (aka. in Vi-mode). - Adds shell integration for fish shell.
- Adds shell integration for tcsh shell.
- Improve performance of parsing UTF-8 text on ARM64 platfroms through the use SIMD instructions.
- Contour can now run on platforms not supporting hardware crypto extension for ARM64 nor AES-NI for x86-64. Hardware acceleration support can be configured to be included at compile time.