From 62ddec4f6c9df97ed2d55ab44efd462852aa6ffd Mon Sep 17 00:00:00 2001 From: Tomasz Kubacki Date: Mon, 24 Jun 2024 21:13:26 +0200 Subject: [PATCH] feat: typos, wording --- blog/2024-06-19-tmux-tips.md | 2 -- blog/2024-06-22-vim-tips.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/blog/2024-06-19-tmux-tips.md b/blog/2024-06-19-tmux-tips.md index 51238d6..8a5d48b 100644 --- a/blog/2024-06-19-tmux-tips.md +++ b/blog/2024-06-19-tmux-tips.md @@ -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 ``` diff --git a/blog/2024-06-22-vim-tips.md b/blog/2024-06-22-vim-tips.md index 9033721..e2db032 100644 --- a/blog/2024-06-22-vim-tips.md +++ b/blog/2024-06-22-vim-tips.md @@ -72,7 +72,7 @@ decrease size ctrl+w + ``` -Easy way to make window equal +make windows size equal ``` ctrl+w = ``` @@ -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 "" ```