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....

December 1, 2024 · 2 min · Mahendra Bishnoi

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....

November 26, 2024 · 2 min · Mahendra Bishnoi
Generated using [OG Image Playground by Vercel](https://og-playground.vercel.app/)

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. ...

March 11, 2019 · 2 min · Hugo Authors

Code Syntax Guide

Sample article showcasing basic code syntax and formatting for HTML elements.

March 10, 2019 · 2 min · Aditya Telange

Math Typesetting

Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. ...

March 8, 2019 · 1 min · Hugo Authors