Apakah ada mode penyisipan awal?


10

Saya mencoba untuk menulis string dengan semua karakter dari zke adan saya pikir ini akan menjadi jauh lebih mudah jika aku bisa menulis mundur .

Idenya akan seperti mode INSERT di mana kursor tidak melangkah maju setelah setiap karakter dimasukkan. Saya tidak dapat menemukan hal seperti itu jadi saya bertanya-tanya apakah mode ini sudah ada atau dapat dicapai dengan cara tertentu?

Catatan: Saya sadar bahwa saya dapat membalikkan teks tetapi ini bukan intinya.

Jawaban:


12

Jika Anda mengatur :set revinsAnda dapat memasukkan ke belakang.

Lihat juga :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.
Dengan menggunakan situs kami, Anda mengakui telah membaca dan memahami Kebijakan Cookie dan Kebijakan Privasi kami.
Licensed under cc by-sa 3.0 with attribution required.