From dde091c21d51b04142461fa45921c7232f68e1d3 Mon Sep 17 00:00:00 2001 From: "Kasper B. Graversen" Date: Wed, 10 Jul 2024 11:48:05 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87937d53..4231430c 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ $ scoop install win-vind Usage is mainly described in easy-to-read [documentation pages](https://pit-ray.github.io/win-vind/usage/) with plenty of diagrams. Here, only a sample .vindrc is shown below. As you can see, it is Vim user-friendly. +The file is located at `C:\Users\[USERNAME]\.win-vind\.vindrc` + + ### .vindrc sample ```vim @@ -130,7 +133,12 @@ set shell = cmd |[big](https://pit-ray.github.io/win-vind/cheat_sheet/defaults/big)|+mouse +syscmd +window +process +vimemu +hotkey +gvmode| |[huge](https://pit-ray.github.io/win-vind/cheat_sheet/defaults/huge)|+mouse +syscmd +window +process +vimemu +hotkey +gvmode +experimental| -Following Vim, there are five tiers. `tiny` has minimal commands for mouse moving and clicking, including EasyClick and GridMove. `small` allows more flexible handling of window controls and process launches, etc. `normal` has Vim emulation mappings and allows text editing in text areas, etc. `big` adds several hotkeys that redefine some of the shortcut keys in Windows to operate Windows with more Vim-like ways. It also provides GUI Visual Mode (+gvmode), which allows for holding down the mouse. `huge` allows win-vind to have experimental features for more complex operations. +Following Vim, there are five tiers. +* `tiny` has minimal commands for mouse moving and clicking from the keyboard (called "GridMove" and "EasyClick" ). +* `small` allows more flexible handling of window controls and process launches, etc. +* `normal` has Vim emulation mappings and allows text editing in text areas, etc. +* `big` adds several hotkeys that redefine some of the shortcut keys in Windows to operate Windows with more Vim-like ways. It also provides GUI Visual Mode (+gvmode), which allows for holding down the mouse. +* `huge` allows win-vind to have experimental features for more complex operations. For more information on default mappings, please visit our [website](https://pit-ray.github.io/win-vind/cheat_sheet/defaults/). From 9752a09e6b688448a7569293b42a448d1f0d7906 Mon Sep 17 00:00:00 2001 From: pit-ray Date: Sat, 20 Jul 2024 17:28:03 +0900 Subject: [PATCH 2/2] fix minor grammer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4231430c..2b10033f 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ set shell = cmd |[huge](https://pit-ray.github.io/win-vind/cheat_sheet/defaults/huge)|+mouse +syscmd +window +process +vimemu +hotkey +gvmode +experimental| Following Vim, there are five tiers. -* `tiny` has minimal commands for mouse moving and clicking from the keyboard (called "GridMove" and "EasyClick" ). +* `tiny` has minimal commands for mouse moving and clicking from the keyboard (e.g., GridMove and EasyClick). * `small` allows more flexible handling of window controls and process launches, etc. * `normal` has Vim emulation mappings and allows text editing in text areas, etc. * `big` adds several hotkeys that redefine some of the shortcut keys in Windows to operate Windows with more Vim-like ways. It also provides GUI Visual Mode (+gvmode), which allows for holding down the mouse.