InterviewSolution
Saved Bookmarks
| 1. |
Which of the following keys is used to moving cursor leftwards along a line?(a) k(b) h(c) l(d) jThe question was posed to me in homework.I'm obligated to ask this question of Navigation in Vi Editor topic in division The Vi Editor of Unix |
|
Answer» RIGHT answer is (b) h Best EXPLANATION: For moving the cursor TOWARDS left, we can use ‘h’ KEY. |
|