Linux OS Editors Question:

In vi editor, the key combination CTRL+f:
a) moves screen down one page
b) moves screen up one page
c) moves screen up one line
d) moves screen down one line

Linux Editors Interview Question
Linux Editors Interview Question

Answer:

a) moves screen down one page


Previous QuestionNext Question
Which one of the following statement is true?
a) autoindentation is not possible in vi editor
b) autoindentation can be set using the command ':set ai'
c) autoindentation can be set using the command ':set noai'
d) autoindentation is set by default in vi editor
Which one of the following statement is not true?
a) vim editor is the improved version of vi editor
b) vi editor commands are not case sensitive
c) vi editor has two modes of operation: command mode and insert mode
d) vi stands for visual editor