From 02d764df8a76cf8d1ba26f2098532882c056a788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sapka?= Date: Tue, 10 Jan 2023 17:30:56 +0100 Subject: feat: add missing tags --- content/2022/buffers_splits_tabs/index.md | 1 + 1 file changed, 1 insertion(+) (limited to 'content/2022/buffers_splits_tabs') 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. -- cgit v1.2.3