Conrad Irwin

Results 605 comments of Conrad Irwin

@silvenon Sorry for the slow response here. It should be the case that typing `:w` works out of the box to save - you should not need to type two...

@silvenon will close for now, but I do know you're not the only one who finds it not great.

:+1: We currently support `:%s/../..`, (and you can use any character instead of `/`) but you have to use `%` and `/g` is always provided. It would be lovely to...

Currently we support % and (as of recently) 1,2s to give a line number range. What range syntax were you trying to use?

I was trying to substitute the text that I selected in visual mode 👍 Thanks! I'm in a bit of a pickle with what to do about '< and '>...

@0x2CA are you able to reproduce this? It works for me... If so, what file(types?) trigger the problem

Thanks for proposing this! I am going to close this for now though, because it pushes Zed in a direction that I think we don't want to go. As it...

In your context you have `" "context": "Editor && vim_mode == insert && !menu"`. This means that the bindings won't apply when the menu is open. I think you need:...