This version has undergone many changes. Please read the Migration Guide for key details.
Change
- The mapping system has been redesigned to provide advanced and simple mapping. (#96, #104, #109)
- We changed the syntax of .vindrc. It is not compatible. (#96)
- Since the new mapping system allows function names to be written directly in the map, several redundant functions like
<syscmd_*>
were renamed. - Unnecessary options have been removed and options with duplicated functions that are difficult to understand have been integrated.
- Icon and banners changed to a modern style.
Add
- A Self-Mapping function has been added to propagate only certain keys to other applications. (#123)
- Add word-motion, which behaves almost exactly like the original Vim. (#3, #57, #75)
- Added an option to select the monitor to draw the command line on. (#45, #72, #95)
- Added
<ctrl-]>
and<ctrl-[>
in addition to mode transitions using<esc>
. (#118 ) - Added
--command
option to run commands from the terminal. (#101, #97) - Add new mode prefix like
g
ore
for batch map registration. (#91) - Add
listen_interval
option to change interval time of synchronous timer for server-client running. (#112)