From 28b30938f4c5a48fe94839ae7164d9c94342b8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Mon, 25 Apr 2022 11:27:21 +0200 Subject: [PATCH] New post: Vim, mark task as done --- src/content/posts/vim-mark-task-done/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/posts/vim-mark-task-done/index.md b/src/content/posts/vim-mark-task-done/index.md index c9174ce..97dc11a 100644 --- a/src/content/posts/vim-mark-task-done/index.md +++ b/src/content/posts/vim-mark-task-done/index.md @@ -21,7 +21,7 @@ nnoremap :norm 0:.s/\[ ]/\[x]/g:.s/$/ ✅ /g:.s/$/\= nnoremap w :norm 0:.s/\[ ]/\[ ] 🚧️/g:nohl ``` -If I press `` the task is marked as done. And for the same price I've added `w` to mark the task visually as WIP *work-in-proccess* with the nice hoarding emoji. And that's how it looks like in `vim`: +If I press `` the task is marked as done. And for the same price I've added `w` to mark the task visually as WIP *work-in-proccess* with the nice hoarding emoji. That's how it looks like in `vim`: ![Vim Mark task Done](gallery/vim-mark-task-done.gif)