Vim Editor Modes
10 Questions
1 Views

Vim Editor Modes

Created by
@RationalClearQuartz

Podcast Beta

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Vim has three '______': COMMAND mode, INSERT mode, and VISUAL mode.

modes

Vim starts out in ______ mode. Over time, you will likely spend more time in ______ mode than INSERT mode.

COMMAND

To open a ______ in vim (or create a new one if a ______ with this name does not exist): $ vim ______name

file

If vim is already open and you would like to edit a different file, use the ______ filename command.

<p>:e</p> Signup and view all the answers

______ save the current changes to a file. If you don't specify a name, changes will be saved to the current file. If you would like to save the file under a different name, specify a filename.

<p>:w</p> Signup and view all the answers

Vim was created in ______. And is available on virtually every computing platform.

<p>1976</p> Signup and view all the answers

To go into INSERT mode from COMMAND mode, you type ______. To go back to COMMAND mode, you type the esc key.

<p>i</p> Signup and view all the answers

Note that For all commands mentioned representing next (except for use in presentations the arrow keys) University of Wisconsin-Green Bay only work in ______ mode.

<p>COMMAND</p> Signup and view all the answers

In INSERT mode, you ______ text.

<p>type</p> Signup and view all the answers

VISUAL mode, that is used to highlight and edit text in ______.

<p>bulk</p> Signup and view all the answers

More Like This

Vim Configuration File Tutorial
20 questions
Vim Editor: Features and Usage
10 questions
Vim Text Editing Commands Quiz
28 questions
Use Quizgecko on...
Browser
Browser