Neovim Cheatsheet
Modal Editing To go to space mode, use space key From dashboard mode, press f key to open Find file dialog using picker plugin. From dashboard mode, pressing f key opens the file/find menu. Basically, from different mode, different keys will have different results. Different modes: Space Mode (space) (Lazyvim concept) Insert mode Access keyboard shortcuts in insert mode using Control and Alt keys. Example: Use Control-r to pop up a list of registers (registers mini mode) to paste from and + key to paste text when in insert mode....
Trying out Neovim
I have decided to try Neovim editor as I have heard a lot about it. I will be documenting my journey here. I am following LazyVim for Ambitious Developers as a guide. Installing NeoVim Adding fonts Directly skipping to Setting up terminal font section as I am already using Ghostty terminal. Fonts can be installed from Nerd Fonts. Not sure which fonts to install so for now installing all fonts using this script....
Markdown Syntax Guide
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. ...
Code Syntax Guide
Sample article showcasing basic code syntax and formatting for HTML elements.
Math Typesetting
Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. ...