Re-learning Vim (11)

Date: 2024/06/25 (initial publish), 2024/06/28 (last update)

Source: en/note-00077.md

Previous Post Top ***

TOC

Frequently used (n)vim actions

Here are my frequently used vim tricks under my LazyVim settings.

Here, I used:

For INSERT mode:

I realize I don’t use nor remember other esoteric keymps (especially ones in INSERT mode.).

Benefit of LazyVim over plain Nvim

Linters and formaters assisted by easy install via mason are the biggest benefit of using LazyVim.

LazyVim specific tricks

Now :message is shown in pop-up. Use <leader>snh or <leader>m to check.

Give up for now

Previous Post Top ***