diff options
| author | Robert Günzler <r@gnzler.io> | 2020-02-13 02:03:55 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-02-13 02:03:55 +0100 |
| commit | d1720e5ac8c43bab9ca2676b6e78e42e32a09e31 (patch) | |
| tree | 0e09f23591153b97008acbb7534ed33ca5fb0bf2 /.vim/init.vim | |
| parent | 43ad42baab310772c115db37e2a96ada96efa6a9 (diff) | |
vim: Modify zettel helpers for revised system
Instead of the zettelkasten system for vim inspiried by the blog post I initially followed I will be using a more structured approach based on bullet journaling.
Diffstat (limited to '')
| -rw-r--r-- | .vim/init.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/init.vim b/.vim/init.vim index 879753a..14fad32 100644 --- a/.vim/init.vim +++ b/.vim/init.vim @@ -283,4 +283,6 @@ command! -bang DayMode call daymode#switch(<bang>0) command! -range Retab <line1>,<line2>call retab#do() command! NumberToggle call numbertoggle#switch() command! Alternate call alternate#alternate() + command! -nargs=* Zet call zettel#edit(<f-args>) +command! ZetDay call zettel#newday() |