VIM: The Better Text Editor

VIM: The Better Text Editor

9th Grade - University

11 Qs

quiz-placeholder

Similar activities

Lesson 3- Editing and Correcting Documents

Lesson 3- Editing and Correcting Documents

7th - 12th Grade

10 Qs

Chapter 8-2

Chapter 8-2

University

10 Qs

UNIX quiz

UNIX quiz

University

10 Qs

Terminal Basics

Terminal Basics

9th Grade - University

11 Qs

F3 Linux User Management Quiz

F3 Linux User Management Quiz

12th Grade - University

15 Qs

J277 Operating Systems

J277 Operating Systems

10th - 12th Grade

15 Qs

Python Lists and Tuples

Python Lists and Tuples

University

11 Qs

Python Basic files

Python Basic files

10th - 12th Grade

10 Qs

VIM: The Better Text Editor

VIM: The Better Text Editor

Assessment

Quiz

Computers

9th Grade - University

Hard

Created by

Steven Ellison

Used 33+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which vim mode allows you to move around the file with the j,h,k,l or other shortcut keys?

Command Mode

Extended Command Mode

Visual

Insert

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you enter a colon ( : ) what mode are you switching into?

Command Mode

Extended Command Mode

Visual Mode

Insert Mode

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What key allows you to move or delete to the end of the current line?

!

#

$

0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What key/s allow you to move to the very beginning of the text file?

bb

G

gg

0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this command do?

:%s/foo/bar

Replace every occurrence of foo with bar for the entire file

Replace the first occurrence of foo with bar for the current line

Replace the first occurrence of foo with bar for each line of the file

Replace every occurrence of foo with bar on the current line

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What key / key combination will allow you to access Visible Block mode and allow you to select blocks (not lines) of text?

v

V

Ctrl-V

Ctrl,Alt,V

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command can be run from the linux console/terminal to access a well put together tutorial for vim?

vimtutor

vim --tutor

man vim

man 5 vim

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?