Mahbub Alam
Mahbub Alam
@mgarort Thanks for a detailed answer. There's another feature of roam that interests me. It's that of making a graph of how the documents are connected (Ali Abdaal's video at...
> Practically speaking, rather than viewing the graph, what would be useful for me would be navigating it, i.e. being able to follow links and to go forward and back....
@sdondley This is very nice! If I understand correctly the bi-directional feature works only with html, is it? Is there a way to implement it in markdown? (I don't know...
I see. Maybe some extra work needed to make it work for vimwiki-markdown syntax.
I'm not using vim-textobj-latex, I'm using LaTeX-Box. Maybe that has something in it. I used the second one of your solution, it didn't work.
@cinaeco That's weird. It works for me too.
What about `zy` (sy**z**tem **y**ank) instead of `cp`; `zyy` instead of `cP`; and `zp` (sy**z**tem **p**aste) instead of `cv`? They are free as well (as far as I know) and...
@isakhammer @pablopunk I have forked christoomey's repo [here](https://github.com/MahbubAlam231/vim-system-copy) and use `zy` (sy**z**tem **y**ank) instead of `cp`, `zyy` to copy whole line and `zp` (sy**z**tem **p**aste) to paste. But I suppose...