Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
elisp で関数を作成して、事前に入力されたテキストで邪悪な ex バッファーを開き、カーソルを中央のどこかに配置しようとしています。ただし、これまでに実行できたのは、事前に入力されたテキストでバッファーを開き、最後にカーソルを次のようにすることだけです。
(evil-ex "HelloWorld")
誰かが助けてくれれば、本当に感謝しています。