Conrad Irwin
Conrad Irwin
@bennetbo I suggest we de-scope doing this in buffers completely for now. As the 90% use-case is in the chat, but the 90%-complexity is making it work with buffers, it...
This looks good! I've unilaterally changed the default so that typing `:wave:` does the same as it does in Slack/Discord. Will merge when tests pass.
Thanks for this! I like the idea of it, but think it is too far off from vim to support by default. We recently added the ability to have vim-specific...
Great, thanks so much for this! I'd love to talk through the multi-cursor thing before you jump in and implement anything.
@munozr1 Unfortunately `shift` only works as a modifier for letter-keys at the moment. You need to bind to the punctuation that is output instead: ``` "!": "@": "#": ``` Hope...
@fschlegelone is it possible to send us the content of one of the macOS crash reports you are seeing? (You can find them in the Console app with `cmd-space Console`...
Following up from my earlier comment, it seems likely that this is (an example of) the relevant crash: https://zed-crash-reports.nyc3.digitaloceanspaces.com/0988851E-D920-4CB4-B102-AD429EE116E7.ips We see this about once a day, so it's clearly not...
Thank you so much for adding these!
A few comments, but this mostly makes sense to me. Looking at the original report, it seems like that user was running into this when the autocomplete was too narrow...
Can we tell in advance whether we're likely to get documentation (e.g. for a particular language)? If so it seems reasonable to always use the larger size in that case....