Insert mode So far, we've covered how to move around in vi, perform file i/o, and perform basic editing operations.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
In vi insert mode, you'll be able to enter text directly to the screen just like you can in many other visual editors.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
In this form, c workssimilarly to d, except that it leaves you in insert mode so that you can enter replacement text for the deleted region.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
In this vi tutorial, you'll learn how to move around, edit text, use insert mode, copy and paste text, and use important vim extensions like visual mode and multi-window editing.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
In addition to performing a special operation, every one of these commands will put you into insert mode.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
しかし、挿入モードに慣れた後、その複雑さと柔軟性は長所になるでしょう。
However, after you become comfortable with insert mode, its complexity (and flexibility)will become an asset.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
より複雑な編集コマンドはあなたをキーボードから文字の入力を許可する挿入モードに自動的にします。
The more complex editing commands automatically put you into insert mode -- a mode that allows you to enter literal data from the keyboard.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
Productivity features So far, we've covered how to move, save and quit, perform simple edits and deletions, and use insert mode.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
矢印キーやDELを使うことで挿入モードを繰り返し切り換えることなく編集できます。
Try using the arrow keys and the DEL key to get a feel for how insert mode works. By using the arrow keys and DEL key, you can perform significant editing steps without repeatedly entering and leaving insert mode.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕