💾 Archived View for bbs.geminispace.org › u › Addison › 2842 captured on 2024-05-26 at 17:06:32. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-10)

➡️ Next capture (2024-07-09)

🚧 View Differences

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

Comment by 🐝 Addison

Re: "Configuration tricks, tips, etc."

In: s/vim

I always remap my CapsLock key to function as Escape. Much more convenient.

🐝 Addison

2023-07-05 · 11 months ago

4 Later Comments ↓

🚀 stack [OP/mod] · 2023-07-05 at 20:01:

@Addison: I am in the habit of swapping CapsLock and Ctrl, from my Emacs days. jk is a pretty good compromise, although I can see that getting out of insert mode is needed much more often than some ctrl combo...

🔭 TheSpoonCarver · 2023-07-06 at 20:07:

I'm trying to weed myself off of the plugins like easymotion that allow you to jump to any character on screen in just a few taps. Instead, I've been trying to use search offsets more, so /foo/1 goes to the line after foo, or /foo/e+5 goes to 5 characters to the right of foo

🐦 Arkaeriit · 2023-07-06 at 22:20:

@TheSpoonCarver Thanks for the tip. I didn't knew such a feature existed. I will check it out.

👻 simul8 · 2023-07-25 at 21:31:

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

Configuration tricks, tips, etc.

💬 stack [mod] · 8 comments · 2023-07-04 · 11 months ago