commit 0f22601ee3fa1052b25f27d88fb50e8c1b88d4ab
parent f950b64f9e27088d68cdc6bbcae53ea0a3d48382
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 11 Apr 2023 23:49:02 +0100
vim_-_buffer_me_up
Diffstat:
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/entry/vim_-_buffer_me_up.md b/entry/vim_-_buffer_me_up.md
@@ -1,6 +1,6 @@
This is the first entry in a three part series on everyone's favourite text editor, [Vim](https://www.vim.org/){target="_blank" rel="noreferrer"}. There are plenty of Vim guides and tutorials on the internet already, from first steps to hardcore power user tips. My entries are going to be somewhat of a middle ground.
-I have been using Vim as my main (read "_only_") text editor for many years. Over this time I have continuously learnt new ways of working and using Vim's functions properly.
+I have been using Vim as my main (read "_only_") text editor for many years. Over this time I have continuously learnt new ways of working and how to use Vim's functions properly.
In the past couple of years I have been working on enhancing my Vim workflow and the first step was to master [buffers](https://vim.fandom.com/wiki/Buffers){target="_blank" rel="noreferrer"}.
@@ -64,10 +64,6 @@ This will split the window horizontally and load the new buffer so you can view
To vertical split the window incant
```
:vert split <filename>
-```
-
-or
-```
:vsplit <filename>
```
@@ -75,3 +71,5 @@ To vertical split a loaded buffer incant
```
:vert sb<number>
```
+
+https://vim.fandom.com/wiki/Quick_tips_for_using_tab_pages