Skip to content

NvChad/showkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Showkeys

Eye-candy keys screencaster for Neovim

showkeys.mp4

Install

{ "nvchad/showkeys", cmd = "ShowkeysToggle" }

Usage

ShowkeysToggle

Config

Check the config table here

{
  "nvchad/showkeys",
  cmd = "ShowkeysToggle",
  opts = {
    timeout = 1,
    maxkeys = 5,
    -- more opts
  }
}