Chris Emerson
Chris Emerson
I've had a play around (on Linux/curses, which is my normal environment). Here the complete symbol key is ctrl-space (as you say). It didn't work at first, because textadept-vi's insert...
Textadept itself has some globals set which it uses when setting up the keys - `CURSES` and `OSX` - see `modules/textadept/keys.lua` in Textadept for how they're used.
Hi, Sorry for the slow reply (holidays)! Despite the lost interest, I'm reopening as it's still a legitimate bug/feature request (depending on your point of view), and I aim to...
Hi @Nanoc-ice , Pretty much anything can be implemented, it's just a matter of effort and time. :-) I've prioritised the commands I use a lot, but I'm also interested...
I agree this is annoying! Experimenting in vim, undo seems to put the word at the beginning of the area affected (which might be different from previous position - eg...
I'm looking forward to this; I have an application using futures-rs which needs filesystem notifications, so I might start trying it out when there's something usable. If an early version...
I use logging, but also have a utility to capture any warnings during the execution of a function/closure (I'm using using `slog-scope`); the caller then gets to decide whether to...
Hi, I've just got a Huntsman V2 TKL, and it works pretty well with the driver from this branch. Things I noticed that didn't seem quite right: * In Polychromatic,...
Hi @grantslatton - sorry I accidentally lost the notification and didn't notice it was about a comment here! I'd be very happy to add a new method taking a full...
There is now what could be described as "minimal CSS support"; it includes `display: none` but not `font-style` or `display:block`. So some progress has been made...