-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvim_questions_1
More file actions
20 lines (20 loc) · 932 Bytes
/
Copy pathvim_questions_1
File metadata and controls
20 lines (20 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
What is Vim 1
Who wrote Vim 5
What are some of the improvements of Vim over Vi 8
Is Vim free 11
Where can I learn more about Vim 13
How do I increase the width of a Vim window 19
How do I zoom into or out of a window in vim 26
How do I search for whole words in a file in vim 33
How do I do rectangular block copying in vim 37
How do I change the background and foreground colors used by Vim 41
How to install vim 55
How to remove vim 57
Where is .vimrc file of vim 60
How to copy or paste in vim 62
How do I configure Vim in a simple way 64
How do I display the line numbers of all the lines in a file in vim 70
How do I enable automatic indentation for C/C++ files in vim 75
When I use my arrow keys, Vim changes modes, inserts weird characters in my document but doesn't move the cursor properly. What's going on in vim 86
Where I get keyboard shorcuts in vim 101
Is there a way to make Vim auto-magically break lines in vim 103