LFCS · Question #713
While using the vi editor, you wish to move ahead one page. You should press the control key and:
The correct answer is C. F. To move forward one full page in the vi editor, the correct key combination is Ctrl+F.
Question
Options
- AA
- BD
- CF
- DU
How the community answered
(21 responses)- A5% (1)
- B5% (1)
- C90% (19)
Why each option
To move forward one full page in the vi editor, the correct key combination is Ctrl+F.
Ctrl+A in vi/Vim is typically used to increment a number under the cursor, not for page movement.
Ctrl+D in vi/Vim scrolls the editor view down by half a screen, not a full page.
In vi/Vim, pressing Ctrl+F (Forward) scrolls the text editor view down by a full screen, effectively moving 'ahead one page' through the document content.
Ctrl+U in vi/Vim scrolls the editor view up by half a screen, not a full page.
Concept tested: vi editor navigation
Source: https://www.vim.org/docs.php#scroll
Topics
Community Discussion
No community discussion yet for this question.