@@ -24,7 +24,7 @@ I mean invoking *something* command in so called normal mode (pressing ctrl+c th
24
24
#### Use ctrl+c to switch to normal mode
25
25
There are two ways to switch to normal mode one is to use escape key, but often more convenienient is to use ctrl+c shortcut
26
26
27
- Famous leave vim jokes assume arouse because users can't enter normal mode after editing.
27
+ Famous leave vim jokes arouse, because users can't enter the normal mode after editing.
28
28
29
29
To quit the editor you need to do in normal mode
30
30
@@ -52,7 +52,7 @@ ctrl+w s
52
52
```
53
53
(a bit counterintuitive I agree)
54
54
55
- ### navigating between windows and resize
55
+ ### Navigating between windows and resize
56
56
57
57
To move around use
58
58
@@ -113,7 +113,7 @@ If you want terminal below current window use
113
113
114
114
### Copy between editor and terminal
115
115
116
- #### Copy from editor to terminal
116
+ #### Copy from the editor to the terminal
117
117
118
118
If you coppied some text in different file into default register (e.g. by using yy coping line) then you can paste it into terminal by using
119
119
```
@@ -123,7 +123,7 @@ ctrl+w ""
123
123
> note: it is possible to copy from other registers as well. To list registers use the : register command
124
124
125
125
126
- #### Copy from terminal to editor
126
+ #### Copy from the terminal to the editor
127
127
128
128
It's possible to switch terminal into normal read-only editor by pressing
129
129
0 commit comments