Oscar Campbell
Oscar Campbell
I'll lift out the "command names" part to an issue.
@shalabhc - sorry for being slow in response to your quick fix. I rebuilt twice without getting it to work until I realized the Makefile didn't use `-f` for copying...
Would a PR for "previous-buf" per view (thinking _only one_ here...) be welcomed you think? Because I've already thought about doing that (I need it for ctrl-tab which I want...
Being able to access recently used paths generically in file browsing sounds awesome! That's an often done thing after all!
I'd like to add the note that: it _could_ be interesting to have a setting to wrap _comments only_, or wrap _code_ (_semantically_) _only_, ant _not_ comments. Or both obviously....
Ah, no I was referring to hard wrapping here. Of course, when it comes to code, naturally a formatter needs to be invoked ofc.
Perhaps it could be made a preference? Or, well, easily configurable to taste via key binds in the init.moon simply. I have no personal interest in it, just throwing a...
Do you mean that every nest-level "outwards" from the block the cursor currently is in adjusts the color shade one "step" - did I understand you right? That could be...
@etosan I'm using pixel-fonts too. I want as much intell per screen estate also, haha, only, I also value spatial information, or hinting/reminding: I want the top and bottom, say...
Well, this is working anyway, so... ``` ctrl_f: 'buffer-grep-regex' ctrl_h: 'buffer-replace-regex' ctrl_shift_f: -> ed = howl.app.editor sel = ed.selection.text or ed.current_context.word.text cmd.run 'buffer-grep-regex ' .. sel ctrl_shift_h: -> ed =...