diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-01-29 00:01:47 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-01-29 00:01:47 +0100 |
commit | 4ee4185e2823c769baec72e468f5e6fd46fc0fec (patch) | |
tree | ca83902bc6f95394038bda07de2895552ef24808 /content/2022/buffers_splits_tabs/index.md | |
parent | 5196c6672589b6696d81da80aa68ad796677b0cf (diff) |
chore: add abstracts to 2022
Diffstat (limited to 'content/2022/buffers_splits_tabs/index.md')
-rw-r--r-- | content/2022/buffers_splits_tabs/index.md | 10 |
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 |