Thoughts
Vim tip! In 2021, Vim and neovim come with mouse support disabled by default. Run `:set mouse=a` to turn it on!
Add `set mouse=a` to your "~/.vimrc" for vim, or to "~/.config/nvim/init.vim" for neovim to persist this setting.
I cannot comprehend why this is off by default.
They have support! It's compiled in most of the time? Why not turn it on?
Also! If your "vim for beginners" tutorial starts with "use hjkl to move around" instead of "use `set mouse=a` to turn on the mouse," you need to make sure that you are very clearly disclaiming that you are teaching a harder way of doing things in exchange for incredibly small productivity gains that will be realized years in the future, if ever.