Skip to content

jtubbenhauer/selfhelp.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selfhelp.nvim

GitHub Workflow Status Lua

A simple Neovim plugin to display a floating help dialog displaying your custom key mappings.

Screenshot 2023-11-14 at 6 04 36 pm

Installation

Lazy.nvim

{ 'jtubbenhauer/selfhelp.nvim' }

Usage

Replace any mappings you'd like to add to selfhelp.nvim like so:

local add = require("selfhelp").add
add({
	mode = "n",
	lhs = "<leader>ss",
	rhs = ":Telescope git_status<cr>",
	desc = "Search git status",
	category = "Search",
})

The dialog can be displayed with the :SelfHelp command. q or <C-c> will close the dialog.

About

A simple Neovim plugin to display a floating help dialog displaying your key mappings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published