Shalabh Chaturvedi

Results 52 comments of Shalabh Chaturvedi

First, thank you for all the words of praise and the detailed, reasoned feedback! I'm somewhat familiar with the command line semantics and I've done some of the recent work...

Just wanted to quickly add that I like the concept of what you are proposing wrt the command line - that it should just be, first and foremost, one long...

OK, here's my follow up on your original file browser feedback: > When it comes to the file browser, I'd expect: > tab to enter highlighted dir match in suggestions...

So, I think individual feature requests below (and others) should be branched off into their own issue, as they get clarified in this meta-thread. For 'save-as' overwriting a preexisting file...

OK, for default directory of new files, try out this [new branch](https://github.com/howl-editor/howl/tree/save-as-new-buffer).

Ah yes - in Howl there is only one list of buffers - so it currently picks the most recent buffer associated with a directory that it can find. This...

I like this idea. It also allows collapsing arbitrary lists, dicts and other structures that use braces. We already have `cursor-goto-brace` which has logic to find the matching brace. What's...

I was looking into this and realized there's some inconsistency in how close and save are implemented. Specifically `close_buffer` is available on the `howl.app` but `save_buffer` isn't. It is implemented...

@ozra are you talking about line wrapping feature (which doesn't modify the text at all, only the displayed lines)? This bug is about reflow-paragraph which injects newlines into the text....

What does 'scroll past end' mean?