Skip to content

Commit 62ddec4

Browse files
committed
feat: typos, wording
1 parent 00d1e47 commit 62ddec4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

blog/2024-06-19-tmux-tips.md

-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ ctrl + d
9494

9595
### Split tmux window horizontally and verticaly to have two terminal visible at once
9696

97-
Splitting terminal window is usefull
98-
9997
To split window horizontally type
10098

10199
```

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ decrease size
7272
ctrl+w +
7373
```
7474

75-
Easy way to make window equal
75+
make windows size equal
7676
```
7777
ctrl+w =
7878
```
@@ -115,7 +115,7 @@ If you want terminal below current window use
115115

116116
#### Copy from the editor to the terminal
117117

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
118+
Assume you did copy some text into default register (e.g. by using yy coping line), then you can paste it into terminal by using
119119
```
120120
ctrl+w ""
121121
```

0 commit comments

Comments
 (0)