Yes. I use vim as much as possible. When I don’t use vim, I use its keybindings in Firefox, IntelliJ, VSCode and even in eMacs (spacemacs with evil mode).
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Yes I love using neovim it feels better having an editor, agent, and cli in separate terminal tabs instead of having one program for all three
Do you use vim as your default text editor?
I used Vim for a few years before switching to Neovim. So, yes?
If you do not, have you ever been in a situation you could do nothing but use vim?
This question is not relevant to me, based on the prior question and answer, as I use it as my default text editor. But allow me to give a somewhat relevant answer. When I installed my operating system from scratch, I had to do text edits without Vim or Neovim being installed. It felt like I could do nothing without Vim, but managed it somehow. I had to use Nano!
Yes. But mostly IdeaVim in JetBrains IDEs though.
For those that haven't yet learned vim: the real power is that the commands can be combined to form a mini-language. Commands can also be recorded in macros and replayed. This is what makes it so awesome. But to really make use of this you have to properly learn it, only knowing i and x isn't enough.
Also note that modal editing isn't for everyone. I'm happy to learn hotkeys, I even got far enough to build musclememory for vim's normal mode. What never went away though was my confusion about what mode the editor is in. I would constantly input text in normal mode and input commands in insert mode, leading to costly mistakes that tore down any speed advantage vim would have given me. I really tried, but never built muscle memory for this kind of context switching[^1], maybe it's an ADHD thing.
These days I'm on Emacs with an always improving custom command scheme of non-modal but context sensitive commands that do similar things in all major and minor modes.
[^1]: Same situation with tmux which is almost a requirement for the typical vim workflow, and adds another layer of mode switching on top. On Emacs window management is included and so are remote shells/editing, so no need for the tmux<->editor context switch.
Nah, I'm another nano guy. You can set up syntax highlighting for it you know?
It's not that any one is better than the other, it's up to your use cases. I've learned vim a few times in my life already (and mostly just know the hjkl bindings from playing tons of terminal roguelikes) but it always decays because I don't put the knowledge to use. Because it just doesn't fit my use case.
I write small scripts, some Python and stuff and I'll usually use PyCharm to debug that these days. So nano is relegated to the small tasks like config editing or quick, in place fixes to scripts.
It’s not that any one is better than the other, it’s up to your use cases.
This is correct. For example, if the use case is editing a text file, then vim is better.
On the terminal yes.
On GUIs I generally use an IDE or VSCodium with vim keybindings.
I have a vim setup with plenty of plugins that honestly, I don't know if I need anymore.
I only use vim when it’s the only option… so like 99.9% of the time 😞
I used to use vim pretty exclusively, I've since switched to neovim. There have been a few cases where vim/nvim weren't available but regular vi was and I've used it to edit text files. I imagine there were other editors but I'm so accustom to how vi/vim/neovim does things that I can't imagine using anything else. Sometimes someone will try and convince me to use a new editor and I'll try it but generally end up switching back to nvim. Even vi compatibility mode doesn't really help because I use a bunch of plugins.
Helix for really quick edits, emacs for pretty much anything else. I do use tridactyl in firefox though, does that count? 😁
I prefer NeoVim, but now I'm trying out Guile Scheme, and the best Lisp support is in Emacs from what I understand, so I'm currently attempting to stop using Vim commands in Emacs.
I've been in a situation where I could do nothing but use vi until I installed vim. Then could only use vim or vi. I've also had to use GVimPortable on Windows because of shitty corporate computers don't have bash or vim (or didn't back in the day.)
It's not hard. Just grab a cheat sheet. There is an Android app cheat sheet for Linux commands with Vim. You'll be fine.
I have never been on a machine where I can't install and use nano. I can use vi / vim / nvim, but I don't have muscle memory. I have tried to convert away from nano, but it's just too easy and what I have been used to over nearly 2 decades on Linux. I have nvim installed with a few plugins and a bit of a custom config, but anytime I need to do something important or complex I jump into nano. If I remember and am not in a rush I'll jump into nvim to try and practice.
Been using micro.
For quick edits in the terminal? Sure.
As my main IDE? No way. I'm too used to GUI IDEs like VSCodium and PyCharm.
I just find it easier to navigate with a mouse. With just keyboard, I find I overshoot the block of code I'm looking for, whereas scroll wheel gives me more control.
full vim. It always messes with my muscle memory when vim-tiny is installed as a replacement.
I use nvim for editing, and started after needing to use vi on minimal servers, etc., and being annoyed at not having muscle memory
I’ve had a couple systems that started with nothing more than vi, but rather more that started with nano (don’t think I’ve come across any that started with vim) – that being said, I’ll tolerate vi long enough to get micro installed
VI and vim have been my editors of choice for thirty plus years at this point. I also use set -o vi in bash.
Hell no
No, and no. Sorry.
Fuck no. There are better things to invest your brain power in.
Yes, has been for 8 years
Yes! With a few plugins, of course. YouCompleteMe and fzf.vim are my favorites by far. I spend a lot of time on embedded Linux devices at work, so it's pretty convenient to use the same editor on my laptop and on the target device.
I used to use neovim primarily, but mostly use Kate now, as I've switched away from programming for the most part. I've had plenty of situations where the only text editor available is vi, and I'm able to get by no problem. I do usually prefer nano over vi if it's an option, though that may get me crucified lol
Wanted to, but lacked the motivation to learn it. Was stuck on one occasion without nano, so I pulled up the vim cheat sheet on my phone.
Yes in SSH terminal,
Yes in vscode,
Yes because I use TUIs that use all the same bindings and they're great one you get the vocab.
Yes as Hyprland bindings, k9s, etc etc etc etc
no