Knowing vim is pretty essential for working on servers. My usual setup is ssh + tmux + vim. I suppose you could substitute nano for vim if it’s installed.
Do you use tmux on your main computer, especially if you’re using a WM? I can’t imagine the need for tmux with tiling window managers if you have workspaces and can partition windows how you like.
I’m in my 6th semester and use neovim so no it’s not mostly around for people who got used to it back in the day. A lot of my fellow students use it as well. It’s the only editor I use because you can use it to edit a single file as well as a whole project and everything is always how I want it to be.
Also once you get used to it I guarantee you, you will wonder how people navigate code only using mouse and the arrow keys. It is just a beauty to quickly copy a code block or change a word with 3 keystrokes.
For me personally I am most productive in Neovim. But if you can’t be arsed to fiddle around with config files to get things set up it’s probably not worth the effort.
I’ve been using VIM for 7 years or so, at this point. I’ve configured it the way I like.
The point of using it is that there is simply no other text editor which lets you edit text in such a manner. Granted, the keyword shortcuts can seem strange and obtuse in the beginning, but get used to it and you wouldn’t want to use anything else anymore. I’m using the VIM extension in VSCode right now and dearly miss my .vimrc which I configured so carefully on my Linux machine.
Having come from full fat visual studio and using fairly fast machines VS code is a breeze to use.
Though I can’t imagine it can compare to commandline stuff in that regard obviously
Is there much reason to learn vim nowadays? I was under the impression it’s mostly around for people who got used to it back in the day
Knowing vim is pretty essential for working on servers. My usual setup is ssh + tmux + vim. I suppose you could substitute nano for vim if it’s installed.
I know I couldn’t.
I have the exact same setup.
Do you use
tmux
on your main computer, especially if you’re using a WM? I can’t imagine the need fortmux
with tiling window managers if you have workspaces and can partition windows how you like.If you have to ask, maybe not. But if you’re mostly “keyboard driven”, code and edit files a lot, it’s (vim or neovim) very much worth trying out.
It’s great if you get used to it and put in the time to set it the way you want it. I find IDE’s very bloated.
I’m in my 6th semester and use neovim so no it’s not mostly around for people who got used to it back in the day. A lot of my fellow students use it as well. It’s the only editor I use because you can use it to edit a single file as well as a whole project and everything is always how I want it to be. Also once you get used to it I guarantee you, you will wonder how people navigate code only using mouse and the arrow keys. It is just a beauty to quickly copy a code block or change a word with 3 keystrokes.
For me personally I am most productive in Neovim. But if you can’t be arsed to fiddle around with config files to get things set up it’s probably not worth the effort.
Use what works best for you.
I’ve been using VIM for 7 years or so, at this point. I’ve configured it the way I like.
The point of using it is that there is simply no other text editor which lets you edit text in such a manner. Granted, the keyword shortcuts can seem strange and obtuse in the beginning, but get used to it and you wouldn’t want to use anything else anymore. I’m using the VIM extension in VSCode right now and dearly miss my
.vimrc
which I configured so carefully on my Linux machine.As noted by others, if you do work on remote hosts, it’s priceless. That’s how I got used to it and I now find VSCode slow and unintuitive.