Bart

Results 12 comments of Bart

In the [changelog](https://khal.readthedocs.io/en/latest/changelog.html) I see that from 0.10.5 it is possible to add attendees using interactive mode. Is there also a way to add them using the cli? For the...

Hey @lyz-code, thanks for your interest. I accept PRs. You are correct that currently there is no "automatic sync mechanism" that handles both pulling en pushing agenda items. The solution...

I was just thinking. Would it not be possible to let khalorg push all its changes to khal, without checking for any sync errors, and let `vdirsyncer` handle the synchronization?...

Thanks for the workaround! For a quickfix I added: ```powershell $Env:HOME = $Env:USERPROFILE ``` to my PowerShell profile.

Also having the exact same issue. Somehow, `fallback` fails to expand the abbreviation. When replacing the `fallback` with a custom feedkey sequence the issue is resolved, however, other plugins start...

> Currently having the same issue, anyone been able to find a workaround? > > NVIM v0.8.0 Build type: Release LuaJIT 2.1.0-beta3 Compiled by [[email protected]](mailto:[email protected]) As a workaround, when the...

> > > Currently having the same issue, anyone been able to find a workaround? > > > NVIM v0.8.0 Build type: Release LuaJIT 2.1.0-beta3 Compiled by [[email protected]](mailto:[email protected]) > >...

> > > > Currently having the same issue, anyone been able to find a workaround? > > > > NVIM v0.8.0 Build type: Release LuaJIT 2.1.0-beta3 Compiled by [[email protected]](mailto:[email protected])...

I solved this as follows: ```tmux cmd="no-prefix-easymotion '#{session_id}' '#{window_id}' '#{pane_id}'" bind -T copy-mode-vi k run-shell -b "$cmd w" ``` here k is directly bound to the easymotion 'w' command, where...