Skip to content

Commit

Permalink
update README for v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Sep 5, 2021
1 parent 7919a62 commit 2a65916
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
32 changes: 11 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://pit-ray.github.io/win-vind/cheat_sheet/">Cheat Sheet - win-vind</a>.


## Demo
#### Demo

<img src="https://github.com/pit-ray/win-vind/blob/gh-pages/imgs/4xxdemo.gif?raw=true" title="Demo" >

<br>

## Download
### 4.1.1 (Latest Version)
### v4.2.0 (Latest Version)
Date: 2021/8/1

#### 32bit
- <a href="https://github.com/pit-ray/win-vind/releases/download/v4.1.1/setup_win-vind_4.1.1_32bit.exe.zip">setup_win-vind_4.1.1_32bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v4.1.1/win-vind_4.1.1_32bit.zip">win-vind_4.1.1_32bit.zip</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/vv4.2.0/setup_win-vind_v4.2.0_32bit.exe.zip">setup_win-vind_v4.2.0_32bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/vv4.2.0/win-vind_v4.2.0_32bit.zip">win-vind_v4.2.0_32bit.zip</a>

#### 64bit
- <a href="https://github.com/pit-ray/win-vind/releases/download/v4.1.1/setup_win-vind_4.1.1_64bit.exe.zip">setup_win-vind_4.1.1_64bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v4.1.1/win-vind_4.1.1_64bit.zip">win-vind_4.1.1_64bit.zip</a>


### 4.2.0-rc1 (Preview Version)
Date: 2021/8/29
- <a href="https://github.com/pit-ray/win-vind/releases/download/vv4.2.0/setup_win-vind_v4.2.0_64bit.exe.zip">setup_win-vind_v4.2.0_64bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/vv4.2.0/win-vind_v4.2.0_64bit.zip">win-vind_v4.2.0_64bit.zip</a>

#### 32bit
- <a href="https://github.com/pit-ray/win-vind/releases/download/v4.2.0-rc1/setup_win-vind_v4.2.0-rc1_32bit.exe.zip">setup_win-vind_v4.2.0-rc1_32bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v4.2.0-rc1/win-vind_v4.2.0-rc1_32bit.zip">win-vind_v4.2.0-rc1_32bit.zip</a>

#### 64bit
- <a href="https://github.com/pit-ray/win-vind/releases/download/v4.2.0-rc1/setup_win-vind_v4.2.0-rc1_64bit.exe.zip">setup_win-vind_v4.2.0-rc1_64bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v4.2.0-rc1/win-vind_v4.2.0-rc1_64bit.zip">win-vind_v4.2.0-rc1_64bit.zip</a>

## Usage
You can refer to the installation and quick tutorial in [Usage - win-vind](https://pit-ray.github.io/win-vind/usage/).

Expand All @@ -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
Expand Down Expand Up @@ -108,6 +95,9 @@ inoremap <f18> 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 <a href="https://pit-ray.github.io/win-vind/cheat_sheet/">Cheat Sheet - win-vind</a>.


## Contribute
If you would like to contribute to win-vind, see [CONTRIBUTING.md](https://github.com/pit-ray/win-vind/blob/master/CONTRIBUTING.md).

Expand All @@ -117,7 +107,7 @@ If you would like to contribute to win-vind, see [CONTRIBUTING.md](https://githu
- <a href="https://www.pit-ray.com/archive/category/win-vind">Description Blog of Author in Japanese</a>
- <a href="https://www.reddit.com/user/pit-ray/posts/">Posts of reddit</a>

## 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)
Expand Down
2 changes: 1 addition & 1 deletion core/src/opt/blockstyle_caret.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ namespace

hwnd = GetFocus() ;

//
//
//
// Not implemented yet
//
Expand Down

0 comments on commit 2a65916

Please sign in to comment.