Branislav Gerazov

Results 61 comments of Branislav Gerazov

Awesome video! :sunglasses: Can we suggest here? I'd say [kristijanhusak/orgmode.nvim](https://github.com/kristijanhusak/orgmode.nvim) - it's a up and running Org Mode port for nvim - an awesome way to organise your agenda :muscle:...

> I've added neorg vs. orgmod.nvim as something to try and consider. That may have to wait awhile as it seems complicated to make a simple video comparing them and...

Maybe if it's a single buffer it can be the full name?

> From https://github.com/preservim/nerdtree#how-can-i-open-nerdtree-automatically-when-vim-starts-up-on-opening-a-directory > > ```viml > autocmd StdinReadPre * let s:std_in=1 > autocmd VimEnter * if argc() == 1 && isdirectory(argv()[0]) && !exists("s:std_in") | exe 'NERDTree' argv()[0] | wincmd...

Very useful - should be a default feature!

+1 for implementing deselection. Great addon btw :sunglasses:

Yes it does ... but it does consistently increase (decrease) priority. We could have it loop, i.e. `none -> A -> C -> none -> A`, but then the `B`...

Good tip! but you still need to write in the priority, so that's 4 keys. Currently I use reduce priority to mark tasks as important - it's one key in...

Hmm :thinking: maybe a toggle function would be convenient? e.g. `toggle_high_priority()` for `[#A]` and `toggle_low_priority()` for `[#C]`, imo `[#B]` is not that useful.

Maybe https://github.com/dhruvasagar/vim-table-mode could be used?