Tobi

Results 58 issues of 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...

Feature
Low Priority

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...

help wanted
question

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...

bug
help wanted
tty-mode

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....

help wanted
question
tty-mode

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() =...

feature

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...

enhancement
discuss

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...

feature

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....

feature

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...

enhancement