Olivier Perret

Results 138 comments of Olivier Perret

I think it's a bit different, my issue is more of a feature request regarding selection changes within the same state of the buffer, and not really related to the...

That actually works nicely, but it's a shame that you kind of lose the jump-list functionality.

@danr I think you're confusing two issues, you're thinking of saving cursors position in the undo tree (#1184) , while this issue is about a potential new selection-undo-stack which would...

As far as the implementation goes, it's not a radical change since all we have to add is before loading a config file from `%val{runtime}`, check whether one with the...

As far as I can tell, `coord_x` and `coord_y` are swapped as well. But instead of changing the doc, I think it would make more sense to change the variable,...

It doesn't seem ideal to use a hardcoded version number. Currently if you build from git you'll get an exact commit, but now `v2020.01.16` could mean a build from any...

I believe `pwd` means 'print working directory'. Maybe `cwd` for 'current working directory', or better yet just `directory`

Maybe you could pass a string id to `osd_message`, and messages with the same id would replace one another, but different ids would be displayed above or below until they...

I've had this happen on my Aura One on stock software, even on very recent versions (

@techtonik you might be interested in [elvish](https://github.com/elves/elvish).