Andrey Mishchenko
Andrey Mishchenko
**Describe the bug** It doesn't seem like the EasyMotion commands work in Operator-pending mode. **To Reproduce** Steps to reproduce the behavior: In a buffer, type `ds`. **Expected behavior** I expected...
``` andrey@openai-andrey ~/tmp> cat mwe2.py import asyncio import aioresponses import aiohttp async def main(): with aioresponses.aioresponses() as m: initial_url = "http://acme.com/concat?x=" print(f"with aioresponses, initial_url: {initial_url}") m.post(initial_url) async with aiohttp.ClientSession() as...
``` ~/tmp $ cat mwe.py import asyncio import aioresponses import aiohttp async def main(): with aioresponses.aioresponses() as m: initial_url = "http://acme.com/concat?strings=foo&strings=bar&strings=baz" print(f"with aioresponses, initial_url: {initial_url}") m.post(initial_url) async with aiohttp.ClientSession() as...
If we look at the following screenshot, we see that there are hints shared between the two windows, which are views into the same buffer: As a result, when I...
In the following `:help` file screenshot, I cannot hop to the `e:` at the end of `true:` using `hop_char2` with `e:` as the input: The reason is that there is...
Some multi-key sequences are harder to type than others. For example, two-character outside-in rolls like KJ, OJ, SD, WF, etc., are considered to be among the easiest key sequences to...
Notice how some of the hint characters are italicized. This is (I guess) because the underlying text is italicized. Is this deliberate? IMO it would look cleaner for the hint...
Do `ysi[[` or `ysi[]` with the cursor on the "o" in `[ okay ]`. Expected: `[ [ okay ] ]` and `[[ okay ]]`. Actual: `[[ okay ] ]` and...
### Checklist - [X] I have fzf 0.54.0 or later - [X] I have searched through the existing issues ### Output of `:echo system(fzf#exec() .. ' --version')` n/a ### OS...
### What are you really trying to do? Start an activity from a workflow, cancel it, wait for clean cancellation acknowledgement, exit the workflow. ### Describe the bug There appear...