Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 3 (Q.No. 30)
30.
Which command is used with vi editor to move the cursor to the left?
i
j
k
h
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Ravi said:   6 years ago
For easy remembrance Alphabetical order.

h: LEFT side move cursor.
i: RIGHT side move cursor.
j: DOWN word move cursor.
k: UP word move cursor.

Harshavardhan Kalsait said:   8 years ago
h : LEFT side move cursor.
j : DOWNword move cursor.
k :UPword move cursor.
l :RIGHT side move cursor.

Kondareddy said:   10 years ago
j--Down arrow.
k-- Up arrow.
h-- Left arrow and for backspace also.
i-- Right arrow and for space bar.

Post your comments here:

Your comments will be displayed after verification.