zk-phi
zk-phi
You can restore only the last keyword, by calling `phi-search` twice in sequence (`C-s C-s`)
I think it's not very difficult, but I'm a bit busy for now and the feature will not be able soon...
It seems a bit difficult but necessary feature. phi-search(-core.el) code is, for now, not very clean nor smart and needs a mass renovation someday. So I'm thinking of implementing then.
You can control whether to end phi-search at the end or beginning, with `RET` and `C-RET` (by default)
I don't have time to implement now, but I also think it's a necessary feature (#45). (contributions are welcome!)
@map7, It seems a reasonable request. I thought about a feature to allow multiple servers/clients run in a single Emacs instance (it's also useful to share multiple documents) but not...
hmm, that case I think it's not possible to share multiple files at the same time for now.
Hi, @vadali Since it's hard to share and sync everything, `togetherly` currently only shares the buffer text, but does not share how the content is displayed (syntax highlight, folding, etc)....
`togetherly` syncs buffer content not by sending keystrokes but by sending (modified parts of) buffer text when the buffer content is changed. It's possible to add some commands to the...
a thought: It seems reasonable two implement an interface to define new command easily, so that one can build a library like `togetherly-org`.