Skip to content

Commit 517084b

Browse files
committed
feat: style, wording
1 parent 6575fe5 commit 517084b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blog/2024-06-22-vim-tips.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ I mean invoking *something* command in so called normal mode (pressing ctrl+c th
2424
#### Use ctrl+c to switch to normal mode
2525
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
2626

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.
2828

2929
To quit the editor you need to do in normal mode
3030

@@ -52,7 +52,7 @@ ctrl+w s
5252
```
5353
(a bit counterintuitive I agree)
5454

55-
### navigating between windows and resize
55+
### Navigating between windows and resize
5656

5757
To move around use
5858

@@ -113,7 +113,7 @@ If you want terminal below current window use
113113

114114
### Copy between editor and terminal
115115

116-
#### Copy from editor to terminal
116+
#### Copy from the editor to the terminal
117117

118118
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
119119
```
@@ -123,7 +123,7 @@ ctrl+w ""
123123
> note: it is possible to copy from other registers as well. To list registers use the :register command
124124
125125

126-
#### Copy from terminal to editor
126+
#### Copy from the terminal to the editor
127127

128128
It's possible to switch terminal into normal read-only editor by pressing
129129

0 commit comments

Comments
 (0)