this post was submitted on 25 Aug 2024
198 points (95.0% liked)

linuxmemes

20753 readers
1217 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
198
How to quit VIM? (szmer.info)
submitted 3 weeks ago* (last edited 3 weeks ago) by lemmur@szmer.info to c/linuxmemes@lemmy.world
 

First of all. This is not another "how do I exit vim?" shitpost.

I've been using (neo)vim for about two years and I started to notice, that I,m basically unable to use non-vim editors. I do not code a lot, but I write a lot of markown. I'd like to use dedicated tools for this, but their vim emulators are so bad. So I'm now stuck with my customized neovim, devoid of any hope of abandoning this strange addiction.

Any help or advice?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] MajorHavoc@programming.dev 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

There's many very basic features of vim that VsVim does not have (like... almost all command line commands), basic features which regular vim users use all the time.

! is supported:

https://github.com/VsVim/VsVim/blob/master/Documentation/Supported%20Features.md

It sounds like you haven't tried VsVim in a long be time, or had an unusually bad experience with it.

(Edit: My responses to your other points were my old man energy, and not worth anyone's time, so I removed them.)

[โ€“] expr@programming.dev 1 points 2 weeks ago

! is supported

Vim's command line, i.e, commands starting with :. The vanishingly few it does support are, again, only the most basic, surface-level commands (and some commands aren't even related to their vim counterparts, like :cwindow, which doesn't open the quick fix list since the extension doesn't support that feature).

Your experience is out of date.

The last commit to the supported features doc was 5 years ago, so no, it isn't. Seriously, you can't possibly look at that doc and tell me that encompasses even 20% of vim's features. Where's the quick fix list? The location list? The args list? The change list? The jump list? Buffers? Vim-style window management (including vim's tabs)? Tags? Autocommands (no, what it has does not count)? Ftplugins? ins-completion? The undo tree? Where's :edit, :find, :read [!], and :write !? :cdo, :argdo, :bufdo, :windo?

Compared to what vim can do, it is absolutely a joke.