Results 95 comments of Nathan Collins

To clarify, there are a few comments mentioning SHIFT+ENTER to insert newline without submitting prompt: that is a different issue, e.g. [tracked here](https://github.com/anthropics/claude-code/issues/1758). **This issue: I want an option to...

@bogini looking at that page, I don't see where it describes achieving similar functionality. There is the "Keyboard shortcut: Set up a keybinding to insert a newline", but I'm not...

> In my experience, you can wait forever for volunteers to ask for commit access. What works though (and this worked for me on projects with much less people interested),...

@appetrosyan thanks, that sounds like it might be what I want! I'm using `lsp-mode`, and it seems `s-l w q` is bound to `lsp-workspace-shutdown`. But unfortunately, when I do `lsp-workspace-shutdown`,...

It seems the timestamp approach works, but requires me delete even my up-to-date artifacts to create a starting timestamp, and then rebuild everything: ``` cargo sweep --stamp cargo test #...