エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How do I emulate a keypress inside a Vim function?
I'll start with code function BigScrollUp() let count = 20 while count > 0 "Press" CTRL-Y <-- how... I'll start with code function BigScrollUp() let count = 20 while count > 0 "Press" CTRL-Y <-- how do I emulate this? sleep 5m count -= 1 endwhile endfunction I want to create a function to quickly scroll up and down, with animation so that I can keep track of where I am going.
2023/07/25 リンク