summaryrefslogtreecommitdiff
path: root/content/2022/buffers_splits_tabs
diff options
context:
space:
mode:
authorMichał Sapka <michal@sapka.me>2023-01-10 17:30:56 +0100
committerMichał Sapka <michal@sapka.me>2023-01-10 17:30:56 +0100
commit02d764df8a76cf8d1ba26f2098532882c056a788 (patch)
tree138a09aa741b68d77dabe47ee676d72d83acc2b3 /content/2022/buffers_splits_tabs
parent646ce6e9a0f3f3357be229e9c772e96cd80e9a22 (diff)
feat: add missing tags
Diffstat (limited to 'content/2022/buffers_splits_tabs')
-rw-r--r--content/2022/buffers_splits_tabs/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/2022/buffers_splits_tabs/index.md b/content/2022/buffers_splits_tabs/index.md
index 971dde35..ea8a91a8 100644
--- a/content/2022/buffers_splits_tabs/index.md
+++ b/content/2022/buffers_splits_tabs/index.md
@@ -3,6 +3,7 @@ title: "Buffers, splits and tabs in Vim"
category: vim
date: 2022-04-05T22:56:47+02:00
draft: false
+tags: ['vim', 'buffers', 'splits', 'tabs']
---
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-->