エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
operator-user - Define your own operator easily : vim online
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
operator-user - Define your own operator easily : vim online
*operator-user* is a Vim library plugin to provide an easy way to define your own |operator|. Th... *operator-user* is a Vim library plugin to provide an easy way to define your own |operator|. Though there are several pitfalls to define operators, you don't have to take care of them with |operator#user#define()| which are provided by this library plugin. For example, the following code defines operator "_" to adjust the height of the current window to the same as the target range: map _ <Plug