Screwtapello

Results 285 comments of Screwtapello

I guess `` has a long name so you can use it at the beginning of the right-hand side of a mapping: ```kak # This works map global normal x...

It would definitely be helpful to have the right-hand-side of the mapping included in the debug output, even if only just for mappings that do not include a docstring (which...

Now that we have the `RegisterModified` hook, I figured I'd have a go at implementing something like this as a plugin rather than in C++. It [turns out](https://gitlab.com/Screwtapello/kakoune-mark-show) to be...

For anyone wanting a scrollbar that works with official Kakoune builds, there's a scrollbar plugin at https://github.com/sawdust-and-diamonds/scrollbar.kak

Kakoune's scripting language has a number of ways of writing strings. There's `''` and `""` of course, but also things like `%{}` and `%@@`. In particular, a `%{}` string (or...

`env` is normally used to set environment variables and search for an executable in `$PATH` without launching an entire shell. If you're going to launch a shell anyway, you probably...

The iTerm docs are frustratingly vague about whether `create window with default profile command "blah"` winds up running `/bin/sh -c "blah"` (and therefore `blah` needs to be shell-quoted) or uses...

You might also try running `xargs --show-limit < /dev/null` to see what the size limit for environment variables and command-line arguments is on your system.

Does the slowdown occur without the translation patch? Does the slowdown occur on real hardware?

The SNES hardware can change its output resolution at nearly any time. Sticking to a constant output size was a choice Near made to simplify the rest of the SNES...