diff options
Diffstat (limited to 'content/posts/personal-vim-cheatsheet.md')
-rw-r--r-- | content/posts/personal-vim-cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/personal-vim-cheatsheet.md b/content/posts/personal-vim-cheatsheet.md index a792810..04744ec 100644 --- a/content/posts/personal-vim-cheatsheet.md +++ b/content/posts/personal-vim-cheatsheet.md @@ -1,7 +1,7 @@ --- title: "Personal VIM cheatsheet" date: 2020-06-14T12:58:00 -tags : [ "guides", "learning", "linux", "servers", "snippets", "software", ] +tags : [ "Guides", "Learning", "Linux", "Servers", "Snippets", "Software", ] --- When editing files on Linux, I've always used `nano`, it was always installed and `vi` just seemed incredibly awkward to use, with all the memes about never being able to exit, and weird things happening being right up my street. I'd tried `vimtutor` but was left in pretty much the same place as I started. |