Kilian Valkhof
Kilian Valkhof
I'm not against adding it (though maybe not under `cmd/ctrl t`) but want to wait for more interest before committing to it :)
There isn't one yet, good one. I'd like collapsed code to work the same as a single line. Ctrl up or down should work there. I'll look into it!
Yup, but for now all moving up/down acts on lines instead of on (collapsed) nodes.
Yes, the shortcuts map to physical locations, so cmd+a on an azerty keyboard registers as cmd+q, which is... quit. This is an electron bug unfortunately. There are ways around it...
That's not how it works. No app will "let the OS handle it". The line I linked can be removed because the following menu item already has an accelerator linked:...
I like that. What shortcut does Numi use for quickview, and what exactly is a "floating window"? (on Ubuntu, which I use, I can set arbitrary windows to "always stay...
I understand the use case and I use it a lot myself, but floating windows is something that should be done on OS level, not on app level. There's a...
We already have that reserved for search/find :) The fading away is also something your window manager could/should do (compiz does this beautifully, for example)
hard disk usage or memory usage? In the future, an upgrade of Codemirror (the underlying text editor) is planned which might help with the double keypress/visual updating issue. A second...
Would a settings/theming file in ~/.fromscratch suffice? a theme.json with this style? ``` { "background":"#000", "color": "#fff" } ```