Skip to content

sirasagi62/nvim-submode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-submode

nvim-submode allows you to add an infinite number of modes to your Neovim.

Warning

This plugin is still in development, the documentation is incomplete, and you may encounter bugs or breaking changes.

Features

  • Add submodes your neovim that allow you to set your own keymaps separately from the standard modes.
  • Setting rhs using Lua functions and keys.
  • Binding keystrokes that match any single character using the <any> keybinding.
  • Overloading keymaps with partially identical mappings.
  • Repeating commands within a submode using numbers, similar to v:count (when counting is enabled).
  • Assigning numbers to keybindings (when counting is disabled).
  • Integrating submodes with your favorite status plugins.

License

MIT License See the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages