Tobi
Tobi
While downloading the latest C sources from github choosenim ended with a http error. This is annoying when you've already downloaded past 60MB on a slow connection. On top of...
A nice small community has developed around browsh, but it currently looks like @tombh's current job related lack of coding contributions can't be compensated easily. @j-rewerts and others are working...
I'm using this as a testcase: https://www.w3schools.com/graphics/tryit.asp?filename=trygame_controllers_keys The arrow keys should move the red rectangle around, but it's not working. And if you try to edit the code to the...
We have guides for setting up a build system on Mac, Windows and Linux. But what about debugging? I'm especially interested in the best way to debug the tty frontend....
Say I type in these two lines: ``` if isGood() doSomething() ``` Obviously a final semicolon is missing at the end of the ifline. Next example: ``` proc myProcNameIsLong() =...
Moe's search is case sensitive now, just like vim's search is by default. This isn't how some modern editors or commonly used search boxes behave though. - searches on the...
Many editors offer a feature that is often called minimap, but I think while that looks cool, and it's basically a fancy version of a scrollbar, it doesn't really help...
Easymotion and sneak are both very popular plugins for vim, that are trying to accomplish a similar thing, which is why I wanted to lump them into one feature request....
Currently you get current line/total lines current col/total cols in the statusbar: ```439/4585 1/56``` I'd prefer this: ```10%/4585 1/56``` Also, I think this part of the status line should be...