Skip to content

N4nid/easynums.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easynums.nvim

With this plugin you can remap any key to a number.

Workflow:

  • Activation key -> your keys that should be "converted" -> any other key to confirm -> numbers get typed.
  • To abort the "conversion" just press the cancel key.

Especially useful for relative line navigation

--- for Lazyvim
return {
  "n4nid/easynums.nvim",
  opts = {
    num = "basdfghjkl", -- the keys to remap to 0123456789, b would be in this case 0
    cancelKey = "c",
    key = "ö", -- the activation key. Currently no support for combinations like <C-n>
  },
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages