Skip to content

v4.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 12:27
· 513 commits to master since this release

Minor

Fix

  • Fixed a few bugs in the parser.
  • Fixed error logger to be able to exist until the end of the process.

Change

  • Changed the default configuration file from json to .vindrc.
  • Now open .vindrc with :e with no arguments.
  • Show the running environment to a log file.

New

  • Supported cmd2cmd mapping for macros in map and noremap. For example, you can use it as follows.
gnnoremap <ctrl-1> :!notepad<cr>
gnnoremap <ctrl-2> :e https://www.google.com<cr>
gnmap <ralt> <ctrl-s>
imap <ctrl-right> This text will be inserted.
  • Added the ability to load .vindrc in another directory, or to clone and load a GitHub repository if you specify one.
"Load .vindrc in another directory
source ~/.vindrc
source C:/Users/pit-ray/Desktops/.vindrc

" Load .vindrc from GitHub
source pit-ray/remote_vindrc_demo
  • Support recursive directory creation with :mkdir command (e.g. :mkdir foo/bar)

  • Support double-clicking with EasyClick (e.g. 2FF).

Feedback is welcome. https://github.com/pit-ray/win-vind/discussions/52