๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ s โ€บ vim โ€บ 2643 captured on 2024-06-16 at 19:39:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2024-05-26)

๐Ÿšง View Differences

-=-=-=-=-=-=-

Comment by ๐Ÿš€ stack

Re: "TIPS"

In: s/vim

Revert/reload file

```

":edit!" or just ":e!"


๐Ÿš€ stack [OP/mod]

2023-07-01 ยท 1 year ago

3 Later Comments โ†“

๐Ÿš€ totroptof ยท 2023-07-01 at 19:01:

I was thinking about saying this as a joke, but in thinking about it I realised it was a tip that I received that was actually genuinely useful to me. My best Vim tip is: use Emacs with EVIL instead. As a long-time Vim user EVIL is a good enough emulation for me to feel comfortable whilst getting the benefits of Emacsโ€™ better programming models/APIs and all the excellent features people have written for it.

๐Ÿš€ stack [OP/mod] ยท 2023-07-16 at 21:42:

Insert Date

r!date

๐Ÿš€ stack [OP/mod] ยท 2023-07-25 at 22:41:

From: ๐Ÿ‘ป simul8

My favorites are:

gq - autoformat/wrap lines

di( or di{ or di< or di[ - deletes everything between braces

. - performs last editing action (macro)

q - sets macro

visual-mode - great for commenting out a block of code

And the best key sequence that I wish vim tutorials would cover is....

ctrl-c - It's the touch-typist friendly equivalent to esc.

Original Post

๐ŸŒ’ s/vim

TIPS โ€” [http link] [https link] [https link]

๐Ÿ’ฌ stack [mod] ยท 6 comments ยท 2023-07-01 ยท 1 year ago