jakykong / vim-zim

Vim plugin to support working with Zim Desktop Wiki files
32 stars 4 forks source link

How to use Vim-zim #5

Open MitraMai opened 6 years ago

MitraMai commented 6 years ago

Hello!

I have installed vim-zim, and it installed correctly. I have verified that since I can open the notebook from inside Gvim. But, I can't insert headers, highlight text etc. No syntax highlighting either. Am I doing anything wrong, or is Vim-zim just in "beta" as in not working properly?

Regards

Martin

luffah commented 6 years ago

Hello, vim-zim is intended to be used as a complement of Zim Desktop Wiki. If you did have Zim installed, you can get started like that.

:ZimCreateNoteBook Notes
:ZimNewNote Notes/Todo
:ZimList

:h zim

If you start from a simple text file

:ZimCreateHeader
:set ft=zim

Formatting to title and hilight is linked to keybinds <leader>t <leader>h. See :let mapleader to know your leader char.


Your comment make me add a command ZimCmd and ZimCmdV which with completion, this shall help you to use formatting without going into manual. See this stable development release : https://github.com/luffah/vim-zim