InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following keys are used to moving cursor rightwards along a line?(a) k(b) h(c) l(d) jI got this question in an online quiz.Query is from Navigation in Vi Editor topic in division The Vi Editor of Unix |
|
Answer» RIGHT choice is (c) l Easy explanation: For moving the CURSOR TOWARDS the right, we can use ‘l’ KEY. |
|