vim-bujo icon indicating copy to clipboard operation
vim-bujo copied to clipboard

A minimalist task manager for vim.

Results 8 vim-bujo issues
Sort by recently updated
recently updated
newest added

Hi there! Instead of Todo logo which was represented in ```Readme.md``` i have something like that: ![Screenshot from 2021-06-24 11-50-49](https://user-images.githubusercontent.com/73281386/123233116-75dc4780-d4e2-11eb-9d80-59a1256d79ca.png) What is the problem of that?

Hey, all. I have a lot of love for vim-bujo. It is my first open source project, my first vim plugin, and my side project that people actually use. Unfortunately,...

help wanted

In (neo)Vim I leave my last search highlighted until I clear it manually (Ctr+l mapped to :noh) as I like the visual hint of where I can jump to next....

It will be really nice to add patters for example to use the same - [ ] instead of -[] as in markdown files.

![image](https://user-images.githubusercontent.com/44964331/88995777-2f4d8f80-d309-11ea-9c12-87563bd5663b.png) Hey, I saw that template addition was not available so I wrote something that will produce the above mentioned result: ``` function AddTemplate(tmpl_file) exe "0read " . a:tmpl_file let...

It would be nice if there were an easy way to add subtasks and keep the indentation.

enhancement

This variable would allow a user to define their own, or use default mappings. i.e. `g:bujo_default_maps = 1`

enhancement
good first issue

would like to keep the file under the git repo instead of global, e.g. a todo.md or something in the git repo(e.g. right under topdir)