win-vind
詳細情報
タイトル | win-vind |
---|---|
URL | https://pit-ray.github.io/win-vind/ |
バージョン | ver 5.13.2 |
更新日 | 2024/07/06 |
追加日 | 2023/12/29 |
種別 | フリーソフト / オープンソース(MIT) |
説明 | Vimキーバインドで生産性を大幅に改善するWindowユーティリティ。 |
レビュー
設定方法やモードのコンセプトはVimから派生している。VimライクなUI操作が可能であるため、Vimユーザーならばほとんど学習コストがかからない。
アプリの起動起動や、メニューを直接実行できるEasyClick、ウィンドウ切替機能など、有用なビルトインコマンドが多数存在する。
スクリーンショット
更新グラフ
バージョン履歴
v5.13.2
Patch
Fix
- Fix problem with external monitor hints misalignment when laptop screen is closed. #245
v5.13.1
Patch
- Fixed crash problem when computer is locked (#253)
v5.13.0
Minor
- Add showcmd option. (#236, #180 , #58).
https://pit-ray.github.io/win-vind/cheat_sheet/options/#showcmd
v5.12.0
Minor
- Supports menu selection using arrow keys (#235).
v5.11.3
Patch
Fix
- Fixed incorrect menu colors due to password input screen after startup.
v5.11.2
Patch
Fix
- Fixed the version displayed.
v5.11.1
Pre-release
Pre-release
fix the background color of tray
v5.11.0
Minor
Change
- Discard wxWidgets and use fluent-tray for GUI library.
- Support
-v
/--version
option.
Remove
- Discard
Check Update
menu.
v5.10.0
Minor
Add
-
Add
:help
command. (#59, #183, #211)
<help>
is called from the virtual command line as a command and opens the document page matching the arguments. The arguments can be function names, option names, parameter names, or predefined tags.Examples
" Execute from the virtual command line :help easyclick " Function name :help uiacachebuild " Option name :help gridmove_size " Parameter name :help usage " Predefined tag
v5.9.0
Pre-release
Pre-release
update version
v5.8.0
Minor
Add
- Add
<focus_textarea>
command to select the nearest text box. (#217)
See its document https://pit-ray.github.io/win-vind/cheat_sheet/functions/#focus_textarea
Change
-
autofocus_textarea
option is deprecated.