From 2a659163f12ef18ead3ee8e30228e47cace0d4d0 Mon Sep 17 00:00:00 2001 From: pit-ray Date: Mon, 6 Sep 2021 01:01:44 +0900 Subject: [PATCH] update README for v4.2.0 --- README.md | 32 +++++++++++-------------------- core/src/opt/blockstyle_caret.cpp | 2 +- 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 564c8737..1e358b28 100644 --- a/README.md +++ b/README.md @@ -35,39 +35,25 @@ - Hinting feature like Vimium or EasyMotion for GUI. -The [Functions](https://pit-ray.github.io/win-vind/cheat_sheet/functions/) page lists all supported functions, the [Options](https://pit-ray.github.io/win-vind/cheat_sheet/options/) document lists parameters and useful extensions, and the [Keyword List](https://pit-ray.github.io/win-vind/cheat_sheet/keyword_lists/) contains keyword notations for writing .vindrc. If you want to know the default bindings, refer to Cheat Sheet - win-vind. - - -## Demo +#### Demo
## Download -### 4.1.1 (Latest Version) +### v4.2.0 (Latest Version) Date: 2021/8/1 #### 32bit -- setup_win-vind_4.1.1_32bit.exe -- win-vind_4.1.1_32bit.zip +- setup_win-vind_v4.2.0_32bit.exe +- win-vind_v4.2.0_32bit.zip #### 64bit -- setup_win-vind_4.1.1_64bit.exe -- win-vind_4.1.1_64bit.zip - - -### 4.2.0-rc1 (Preview Version) -Date: 2021/8/29 +- setup_win-vind_v4.2.0_64bit.exe +- win-vind_v4.2.0_64bit.zip -#### 32bit -- setup_win-vind_v4.2.0-rc1_32bit.exe -- win-vind_v4.2.0-rc1_32bit.zip -#### 64bit -- setup_win-vind_v4.2.0-rc1_64bit.exe -- win-vind_v4.2.0-rc1_64bit.zip - ## Usage You can refer to the installation and quick tutorial in [Usage - win-vind](https://pit-ray.github.io/win-vind/usage/). @@ -77,6 +63,7 @@ You can refer to the installation and quick tutorial in [Usage - win-vind](https You can configure it in .vimrc style. What you can do in .vindrc is switch options, set parameters, remap low-level keys, and define function bindings. ```vim +" ------------ Example ------------ " Virtual command line options set shell = cmd set cmd_fontsize = 14 @@ -108,6 +95,9 @@ inoremap window_resizer ``` +The [Functions](https://pit-ray.github.io/win-vind/cheat_sheet/functions/) page lists all supported functions, the [Options](https://pit-ray.github.io/win-vind/cheat_sheet/options/) document lists parameters and useful extensions, and the [Keyword List](https://pit-ray.github.io/win-vind/cheat_sheet/keyword_lists/) contains keyword notations for writing .vindrc. If you want to know the default bindings, refer to Cheat Sheet - win-vind. + + ## Contribute If you would like to contribute to win-vind, see [CONTRIBUTING.md](https://github.com/pit-ray/win-vind/blob/master/CONTRIBUTING.md). @@ -117,7 +107,7 @@ If you would like to contribute to win-vind, see [CONTRIBUTING.md](https://githu - Description Blog of Author in Japanese - Posts of reddit -## Related Projects +## Similar Projects - [rcmdnk/vim_ahk](https://github.com/rcmdnk/vim_ahk) - [microsoft/PowerToys](https://github.com/microsoft/PowerToys) - [zsims/hunt-and-peck](https://github.com/zsims/hunt-and-peck) diff --git a/core/src/opt/blockstyle_caret.cpp b/core/src/opt/blockstyle_caret.cpp index e0db1966..24c9bba8 100644 --- a/core/src/opt/blockstyle_caret.cpp +++ b/core/src/opt/blockstyle_caret.cpp @@ -135,7 +135,7 @@ namespace hwnd = GetFocus() ; - // + // // // Not implemented yet //