Skip to content

Commit

Permalink
feat: typos, wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszkubacki committed Jun 24, 2024
1 parent 00d1e47 commit 62ddec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions blog/2024-06-19-tmux-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ ctrl + d

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

Splitting terminal window is usefull

To split window horizontally type

```
Expand Down
4 changes: 2 additions & 2 deletions blog/2024-06-22-vim-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ decrease size
ctrl+w +
```

Easy way to make window equal
make windows size equal
```
ctrl+w =
```
Expand Down Expand Up @@ -115,7 +115,7 @@ If you want terminal below current window use

#### Copy from the editor to the terminal

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
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
```
ctrl+w ""
```
Expand Down

0 comments on commit 62ddec4

Please sign in to comment.