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)