this post was submitted on 13 Sep 2023
338 points (97.2% liked)

linuxmemes

20688 readers
1206 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 1 year ago (8 children)

You should use vim for very different reasons than nano or micro.

[–] [email protected] 2 points 1 year ago (7 children)

Do i dare ask why? I just want a basic text editor i don't have to fight with to exit. I want to type, save, and exit, and maybe not in that order.

[–] [email protected] 18 points 1 year ago (1 children)

So you want something like Nano.

Vim is great for more complicated documents and programming because the modes allow you to fly around the document much faster. It’s not very useful unless you put the time into learning how to use it… and it’s not worth it for simple things imo.

I use it to write work reports. It’s much faster for many things: one example I type dap and bam a whole paragraph is deleted, d5w and the next 5 words are deleted. I use snippets to compete reports like fill in the blanks (I have hundreds of snippets, I hit rpt then tab and a whole report skeleton is generated). Annoying long patient name? I hit CTRL-N and it fills out the name with only a few characters.

Vim is actually just amazing for this kind of stuff.

[–] [email protected] 3 points 1 year ago

@ebits21 @burgersc12

Oh shoot I didn't know about C-n. Thanks for that.

load more comments (5 replies)
load more comments (5 replies)