diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-14 09:31:05 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-14 09:31:05 +0100 |
commit | 28cdbc02f6592f4f309a719ded47db3f4beb6b6b (patch) | |
tree | 7b980776883e4bf470d58126cf347c6b122c5909 /content | |
parent | 9915f2a8a2a222753ff48dda98e45cb5cd07939d (diff) |
Fixes tags on a blog post
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/using_bash_in_vim.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/blog/using_bash_in_vim.md b/content/blog/using_bash_in_vim.md index ab3362c..e3f631e 100644 --- a/content/blog/using_bash_in_vim.md +++ b/content/blog/using_bash_in_vim.md @@ -3,6 +3,7 @@ title: "Using bash in vim" date: 2022-01-03T09:05:00+01:00 draft: false categories: ["Computing"] +tags: ["bash", "vim"] --- This is great if you like vim. |