I am a vscodium user who has begun to get increasingly frustrated over lack of commands to do some simple things.
So, as a longtime GNU/Linux user, who only knew basic commands to survive in vim, I decided to change my habits.
installed flavours of neovim(lunarvim, nvchad, and astronvim, in that order) and started tinerking. then switched to kick start.nvim.
on Android, I’m using plain neovim since there seems to be some missing lib for mason, the neovim package manager.
passing away of Bram Moolenaar has made me accelerate faster towards the day where my machine would be clean of any electron bloat.
I’m still very much a novice, and continue using codium in office, but I am committed to using neovim as I believe it’s truly a great editor(second to Emacs, of course).
image transcription:
famous still of Nicholas cage with his eyes closed, smiling as his hair flow.
above it is the text that reads, ‘learning about ci" in vim.’
explanation for the command
ci"
:
c
: change. analogous to delete(d
) followed by insert(i
)
i
: inside
"
: the double quote
so, it’s basically change inside double quote(easier to remember as it sounds exactly what it does).
you can similarly dodi(
(delete inside parenthesis).an inferior alternative on vscodium would be
shift + alt + right/left arrow
second to Emacs, of course.
I love vim and vim based editors.
I used to use stock Vim but recently I’ve started using Helix which is like a more user friendly version of vim (copying to clipboard is easy) and I’m loving it!
Whoa that website’s demo video is selectable text that plays like a video
Looks like it’s using https://asciinema.org/
Helix’s editing model is much more preferable to vim’s for me but the editor is not at all hackable so I can’t daily drive it yet. Unfortunately, the development is not going that fast either. It takes months for my PRs to be even reviewed for the first time, let alone merge.
Shit, I barely remebered :q to exit the damn thing 😂.
opening vim and hitting every key on a keyboard to exit it makes for a strong password.
You just type ZZ… then the program assumes you fell asleep trying to exit and stops.