Hi there 馃憢, I am Mahendra Bishnoi

I am a software engineer passionate about building things. I write about software development, programming, and technology. I am always looking for new opportunities to learn and grow. Feel free to reach out to me if you have any questions or just want to say hi. You can find me on socials below.

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