Andrey Mishchenko

Results 39 comments of Andrey Mishchenko
trafficstars

I tried the example in the docs. It looks like the example in the docs works, but if you switch the order of the two rules in the example, it...

The problem with just setting the variable to 0 in the non-leader keystrokes of the modal mappings is that then the variable doesn't get set to 0 unless you actually...

@tekezo ping, looks like @MuhammedZakir has triaged this issue and identified it as a bug.

This looks like a fork of OSV. Is that right? Why not submit your bugfixes to the main project?

This only partially works. It doesn't handle variables or applications, for example. And you will definitely have to edit the result it produces. For example, the result is not formatted/indented...

Just tried this, can't reproduce.

I do use `pushd` and `popd` sometimes, but it occurs to me that I could just as well call `fish` to spawn a subshell. What are the major downsides to...

``` ~$ cd tmp ~/tmp$ python3.9 -m venv venv ~/tmp$ . venv/bin/activate.fish (venv) ~/tmp$ fish ~/tmp$ history merge ~/tmp$ ``` Sorry, just to be clear: Python venvs edit your prompt,...

Why not? Hop controls the logic of where different keypresses send the cursor. Hop would just need to have some way of determining which characters are concealed – perhaps the...