1.19.0
Added
- Added #670: Marks locations are updated on view changes
- Added #689:
<Return>
key alias for<CR>
- Added #688:
<Enter>
key alias for<CR>
- Added #684:
:shell
start a shell (usevintageous_terminal
setting to set the terminal name) - Added #685:
'shell'
option e.g.:set shell=/bin/bash
(used for:!{cmd}
commands) - Added #687:
[range]:read !{cmd}
execute{cmd}
and insert below cursor - Added #674: Implement Vim modelines
- Added #678:
'textwidth'
option e.g.:set textwidth
,:set notextwidth
- Added #677:
'tabstop'
option e.g.:set tabstop
,:set notabstop
- Added #679:
'expandtabs'
option e.g.:set expandtabs
,:set noexpandtabs
- Added #404:
<D-bs>
,<D-cr>
,<D-del>
,<D-down>
,<D-home>
,<D-left>
,<D-pagedown>
,<D-pageup>
,<D-right>
,<D-space>
,<D-up>
,<D-.>
,<D-S-.>
- Added #404:
<M-left>
alias toh
- Added #404:
<M-right>
alias tol
- Added #404:
<C-space>
- Added #404:
<C-bs>
alias toh
- Added #404:
<C-pageup>
alias togT
- Added #404:
<C-pagedown>
alias togt
- Added #404:
<C-home>
alias togg
- Added #404:
<insert>
alias toi
- Added #404:
<S-down>
alias toCTRL-f
- Added #404:
<S-up>
alias toCTRL-b
- Added #404:
<C-left>
alias toB
- Added #404:
<S-left>
alias tob
- Added #404:
<C-right>
alias toW
- Added #404:
<S-right>
alias tow
- Added #671: Emit visual bell when ex command not found or invalid
Changed
- Changed #404:
'winaltkeys'
option is now "menu" by default - Changed #404:
'ignorecase'
option is now false by default - Changed #674:
sublime:
specific modelines have been superseded by vim modelines - Changed #675: Modelines are no longer applied on save, only once on load
Removed
- Removed #685:
VintageousEx_linux_shell
setting; use:set shell={value}
instead - Removed #685:
VintageousEx_osx_shell
setting; use:set shell={value}
instead - Removed #685:
linux_shell
setting; use:set shell={value}
instead - Removed #686:
VintageousEx_linux_terminal
setting; usevintageous_terminal
instead - Removed #686:
VintageousEx_osx_terminal
setting; usevintageous_terminal
instead
Fixed
- Fixed #690: RC file syntax should only scope known valid keys
- Fixed #687: Various
:!{cmd}
inconsistencies - Fixed #683:
'{a-z}
in visual line mode is inconsistent - Fixed #682: Visual mode
m{a-z}
off-by-one - Fixed #681:
m{a-z}
should not change mode - Fixed #680:
{backtick}{a-z}
should position cursor at the specified location - Fixed #676: Uppercase alt keys don't work when
winaltkeys=menu
- Fixed #672: Status messages not displayed when
:set belloff=all
Also see the blog post.