win-vind

詳細情報

タイトル win-vind
URL https://pit-ray.github.io/win-vind/
バージョン ver 5.11.3
更新日 2024/02/24
追加日 2023/12/29
種別 フリーソフト / オープンソース(MIT)
説明 Vimキーバインドで生産性を大幅に改善するWindowユーティリティ。

レビュー

設定方法やモードのコンセプトはVimから派生している。VimライクなUI操作が可能であるため、Vimユーザーならばほとんど学習コストがかからない。

アプリの起動起動や、メニューを直接実行できるEasyClick、ウィンドウ切替機能など、有用なビルトインコマンドが多数存在する。

スクリーンショット

更新グラフ

バージョン履歴

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.
v5.7.0

Minor

Add

  • add <move_window_left>, <move_window_right>, <move_window_up> and <move_window_down>. (#202, #216 )
    See the document https://pit-ray.github.io/win-vind/cheat_sheet/functions/#move_window_left.
v5.6.0

Minor

Add

  • Add sleep command. (#169, #209)
    https://pit-ray.github.io/win-vind/cheat_sheet/functions/#sleep

Fix

  • Fix a problem that not repeating a command when having multiple trigger characters, such as 5gs.