summaryrefslogtreecommitdiff
path: root/content/2022/buffers_splits_tabs
diff options
context:
space:
mode:
Diffstat (limited to 'content/2022/buffers_splits_tabs')
-rw-r--r--content/2022/buffers_splits_tabs/index.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/content/2022/buffers_splits_tabs/index.md b/content/2022/buffers_splits_tabs/index.md
index 6da5cc1..98ba178 100644
--- a/content/2022/buffers_splits_tabs/index.md
+++ b/content/2022/buffers_splits_tabs/index.md
@@ -1,12 +1,18 @@
---
title: "Buffers, splits and tabs in Vim"
category: "software"
+year: 2022
date: 2022-04-05T22:56:47+02:00
draft: false
-tags: ['vim', 'buffers', 'splits', 'tabs']
+tags:
+- vim
+- buffers
+- splits
+- tabs
+- tutorial
+abstract: A short tutrial.
---
Sometimes I work with Vim in brief bursts - open a file, edit it, close it, do something else, open a new instance of Vim with a new file, etc. But on most occasions, I work on bigger things requiring work with multiple files simultaneously. Luckily, Vim has me covered - as a modern editor should.
- <!--more-->
## Buffers