私はtoからz
toまでのすべての文字を含む文字列を書き込もうとしていたのa
ですが、逆方向に書くことができれば、これはずっと簡単になると思いました。
これは、挿入されたすべての文字の後にカーソルが前進しないINSERTモードのようなものです。私はそのようなものを見つけることができなかったので、このモードがすでに存在しているか、または何らかの方法で達成できるかどうか疑問に思っていますか?
私はtoからz
toまでのすべての文字を含む文字列を書き込もうとしていたのa
ですが、逆方向に書くことができれば、これはずっと簡単になると思いました。
これは、挿入されたすべての文字の後にカーソルが前進しないINSERTモードのようなものです。私はそのようなものを見つけることができなかったので、このモードがすでに存在しているか、または何らかの方法で達成できるかどうか疑問に思っていますか?
回答:
設定:set revins
すると、逆方向に挿入できます。
また見なさい:h ins-reverse
:
o Typing backwards ins-reverse
----------------
In lieu of using full-fledged the 'rightleft' option, one can opt for
reverse insertion. When the 'revins' (reverse insert) option is set,
inserting happens backwards. This can be used to type right-to-left
text. When inserting characters the cursor is not moved and the text
moves rightwards. A <BS> deletes the character under the cursor.
CTRL-W and CTRL-U also work in the opposite direction. <BS>, CTRL-W
and CTRL-U do not stop at the start of insert or end of line, no matter
how the 'backspace' option is set.
There is no reverse replace mode (yet).
If the 'showmode' option is set, "-- REVERSE INSERT --" will be shown
in the status line when reverse Insert mode is active.