Trying out Zed after more than a decade of Vim/Neovim
101–110 of 154 posts
Re: Trying out Zed after more than a decade of Vim/Neovim
#102You can open as many terminal buffers in neovim as you'd like, AND at the same time you can open as many neovims in terminals as you'd like...
Why choosing GUI neovim client and switching back and forth? Truly don't understand it
Re: Trying out Zed after more than a decade of Vim/Neovim
#103Re: Trying out Zed after more than a decade of Vim/Neovim
#104Re: Trying out Zed after more than a decade of Vim/Neovim
#105Just last week some hero claimed to be adding helix keybindings to zed ( https://github.com/zed-industries/zed/issues/4642#issuecomme... ). Golly I hope they succeed.
What I find strange about an open source product funded by VC money is that all of the people are helping make it a better editor and yet when they eventually exit none of the money will go to them. Compare that to vim where it's truly an open source product.
The alternative would be to presume that I have some kind of ownership over it by having contributed to it--and I'm a bit allergic to the idea that code can be owned.
Re: Trying out Zed after more than a decade of Vim/Neovim
#106Earlier quoted context omitted.
> I've always just closed vim to use the terminal You don't mind losing all your editor state? If you don't like working with multiple terminal windows, why not open a term within vim with `:term`?
What editor state are you losing when you leave vim? I run a pretty light vanilla vimrc (60 lines maybe) and with two lines you can enable vim undofiles and returning the cursor to the last location upom reopening a file. For me, quitting vim is functionally equivalent to ^Z?
Re: Trying out Zed after more than a decade of Vim/Neovim
#107> Lua is great, but one JSON file is even better I will never understand how you go back from a very customized editor setup to the one with "reasonable defaults with little to no things to configure". Great talk on this topic by TJ: Personal Development Environment: https://youtu.be/QMVIJhC9Veg
>I will never understand how you go back from a very customized editor setup because when the very customized setup inevitably breaks the amount of headache you have is roughly proportionate to the amount of customization, whereas software with strong defaults tends to deal with that for you. This is particularly the case with neovim which, in almost deliberate defiance of any systems thinking, just tends to consist…
Re: Trying out Zed after more than a decade of Vim/Neovim
#108I use cursor and vim now. I have been on vim for 15+ years. Are there LLM extensions that make vim work like all these new AI editors? I would prefer to stay in 100% vim world, but the productivity benefits from LLMs with composer mode and context is so powerful.
Re: Trying out Zed after more than a decade of Vim/Neovim
#109- have a couple of windows open, each showing a different directory
- in one, open a file from it's directory, not by locating it in the file tree, but via the open dialog
- file opens in the other window
I get that my second step is 'wrong' but this behaviour is still annoying and feels buggy.
Re: Trying out Zed after more than a decade of Vim/Neovim
#110> Lua is great, but one JSON file is even better I will never understand how you go back from a very customized editor setup to the one with "reasonable defaults with little to no things to configure". Great talk on this topic by TJ: Personal Development Environment: https://youtu.be/QMVIJhC9Veg
That's one of the reasons why I chose Vim over Emacs after switching back and forth for a while.
I do prefer the design of Emacs because I prefer having full control over my environment - I even coded more than a couple of tiny, application-specific editors - but sometimes I have better things to do than e.g. reading docs or searching for a plugin/extension mod that does what I need, or do it myself; sometimes I am a mere luser who want things to "just work" out-of-the-box.