Skip to content

Instantly share code, notes, and snippets.

View zsmatrix62's full-sized avatar
๐ŸŠ
I may be slow to respond.

Kyle zsmatrix62

๐ŸŠ
I may be slow to respond.
  • SKXI
View GitHub Profile
@zsmatrix62
zsmatrix62 / git-pub.nu
Last active May 24, 2025 10:39
nushell script to increase a semmantic version number, add a tag and push to origin branch
# git-pub.nu
#
# nushell script to increase a semmantic version number, add a tag and push to origin branch
#
# prerequisits:
# - git
# - git-cliff
#
# usage:
# ```nushell
@zsmatrix62
zsmatrix62 / nvim-events.md
Created June 25, 2025 02:45 — forked from dtr2300/nvim-events.md
Overview of Nvim Events

Nvim Events

Nvim recognizes the following events. Names are case-insensitive.

BufAdd
Just after creating a new buffer which is
added to the buffer list, or adding a buffer