Vim tip of the day: Displaying the current Vim environment
You can display the current Vim environment (settings, options, commands, maps, etc) using the...
Details:
vim.wikia.com/wiki/Displayin…
We tried to advise you @dhh back in 2024, when you stearted your linux journey 🐧😅
It seems many people follow the same path which more often than not leads to #nix and #nixos ♥️ ❄️
I'm talking about this idea github.com/omacom/omarchy…
After years of maintaining shell scripts to setup both Linux and macOS, I eventually arrived at #nix and #nixos. That's the way.
My current nix setup:
github.com/cristianolivei…
Vim Text Object Selection: Select text objects easily with 'a' or 'i' followed by a delimiter (e.g., 'aw' for a word, 'ap' for a paragraph). Precise text manipulation!
Vim Vertical Selection: Make vertical selections using 'Ctrl-v'. Then, edit in block mode with 'I' or 'A'. Perfect for adding comments or altering data in colunms.