Nachum Barcohen
Nachum Barcohen
Hi, I have tested this locally and can confirm that is solves the issue. Fixes #33
@Galicarnax could you please elaborate on how to configure such a setup?
I agree with this enhancement. My suggestion would be define certain fields in the config file that would be synced across machines. This can be hard-coded in the sync protocol,...
That's exactly what I did (use includes). My actual .taskrc is autogenerated by my setup script and is not managed by git, but includes a bunch of other files. Maybe...
In my use-cases a duplex connection is less relevant. It also seems that mping doesn't support IPv6. I'll start playing around with the code and see if I can raise...
Keyword search would be really helpful. Any chance to implement it?
opened #191
```vim function s:gtags_search(line) let l:line = split(a:line)[1] let l:file = split(a:line)[2] execute 'edit +'.l:line l:file endfunction nnoremap t :call fzf#run(fzf#wrap({'source':'global -x .', 'sink':function('gtags_search'), \ 'options': ['-m', '-d', '\t', '--with-nth', '1,2',...
I can happily do the contribution if we have a decision which way to go.
I see the same issue on Windows too. Open in Web works, but in App doesn't.