483
Only me? (sh.itjust.works)
you are viewing a single comment's thread
view the rest of the comments
[-] owsei@programming.dev 9 points 2 weeks ago

Vim has several modes. INSERT mode let's you write text, NORMAL mode let's you navigate (with h,j,k,l and others) and perform operations on the text with your keyboard, like "dw" to Delete Word or "A" to enter insert mode at the end of the line.

You can use arrow keys to navigate in insert mode. However I just press escape, which changes to normal, navigate to where I want to, then change to insert mode.

I may seem like this makes simple navigation complex, and it kinda does. But complex navigation becomes easier.

Vi (and vim and neovim)'s primary concern is viewing and editing code, writing is secondary (although it's still an excellent experience)

[-] poinck@lemmy.world 2 points 2 weeks ago

Oh, I did not know of 'A' before. Hopefully I can train myself to use it.

[-] SystemDisc@feddit.org 2 points 1 week ago

I use ‘O’ the most. It inserts a newline at the end of the line and starts Insert Mode after the newline.

[-] poinck@lemmy.world 2 points 1 week ago

Awesome. After many years of vim-use I learned about CTRL+n as well. A game changer.

And while we're at it, I also installed vim-nox to be able to use vim-snippets with utilsnips to TAB for even more joy of programming with vim. [=

this post was submitted on 10 Jun 2026
483 points (100.0% liked)

memes

21690 readers
2307 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS