I’m using vimwiki’s managing todo-list feature as task management tool. So I edit the todo.wiki file frequently.
Everytime when I starting the todo list, I must type some command to open vim.exe(I use Launchy indeed), while the vim started,and then type \ww or :VimwikiIndex, I am tired of this way.
Is there any method that can auto load todo list when I want to ?I mean sometimes I just want to start vim for coding,and I have try the config below in .vimrc
autocmd VimEnter * VimwikiIndex
but vim open the todo-list everytime.So I want something like starting argument etc
When you start your coding sessions by passing file(s) to Vim, you could check for that:
Alternatively, you could pass a dummy file
wikito Vim, and open the Wiki on that trigger:But I would probably solve this outside of Vim through shell aliases
or a small
vimwikiwrapper batch file on Windows