this post was submitted on 25 Aug 2024
201 points (95.5% liked)
linuxmemes
20880 readers
11 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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).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.