this post was submitted on 15 Jun 2023
60 points (100.0% liked)

Technology

37608 readers
203 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

More fun with VIM, it only takes six key strokes to save and quit.

you are viewing a single comment's thread
view the rest of the comments
[–] CinnamonTheCat@beehaw.org 3 points 1 year ago (2 children)

I've tried TUI text editors before but they've never really clicked with me.

[–] Penguincoder@beehaw.org 5 points 1 year ago* (last edited 1 year ago) (2 children)

By TUI do you mean VI/M? Or something like helix or slap??

VI is usually on 99% of the time on any Linux system. That's why I use VIM, to ensure I know what to do for editing and how to do it at a basic level. I mean personally I have a bunch of config settings and plugins, but I an do basic tasks with VI and feel comfortable. I believe that is important for a Linux admin.

[–] CinnamonTheCat@beehaw.org 2 points 1 year ago (1 children)

Like I know how to use it but it never really clicked for me, I've tried helix, neovim, vim and nano but it doesn't click for me.

[–] tshannon@beehaw.org 1 points 1 year ago

When it does click with you, them every other editor feels a little broken. It's a double edged sword.

load more comments (1 replies)
[–] brunox@feddit.cl 3 points 1 year ago* (last edited 1 year ago)

Both Vim and Git really clicked with me when I had to revise and rewrite a paper. Sure, my graphic editor could do most things, but it really felt comfortable and quick on vim. I now use it for all my text editing, but that was my click moment.