Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 1 (Q.No. 26)
26.
Which command will be used with vi editor to insert text to left of cursor?
s
S
a
i
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

S.R.R. said:   1 decade ago
i- insert text before cursor, until <Esc> hit.
I- insert text at beginning of current line, until <Esc> hit.
a- append text after cursor, until <Esc> hit.
A-append text to end of current line, until <Esc> hit.
o- open and put text in a new line below current line, until <Esc> hit.
O- open and put text in a new line above current line, until <Esc> hi.

Post your comments here:

Your comments will be displayed after verification.