Vim Masterclass - Exercise Ten - Visual Mode - Walkthrough

Vim Masterclass - Exercise Ten - Visual Mode - Walkthrough

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial covers the use of Vim's visual modes, including character-wise, line-wise, and block-wise modes. It demonstrates how to open files, navigate text, delete and yank text, join lines, change text to uppercase, and edit blocks of text. The tutorial also explains how to append characters to lines and manage text formatting efficiently.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step to start using Vim as described in the tutorial?

Start a command line session on your local machine.

Open the visual practice file directly.

Extract the course downloads.

Navigate to the Vim class folder.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In character-wise visual mode, what command is used to delete highlighted text?

Y

J

X

D

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to join lines in linewise visual mode?

Shift + D

Shift + V

Shift + U

Shift + J

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you change text to uppercase in linewise visual mode?

Type 'shift + U'

Type 'shift + D'

Type 'shift + V'

Type 'shift + J'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of blockwise visual mode in the tutorial?

To join lines together.

To modify numbers and append text.

To delete specific text.

To change text to uppercase.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to start blockwise visual mode?

Control + J

Shift + J

Shift + V

Control + V

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to append text at the end of lines in blockwise visual mode?

Control + A

Control + J

Shift + J

Shift + A