Skip to content

ollyfutur/bepo.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⌨️ bepo.nvim

Neovim version GitHub tag (latest SemVer) Endpoint Badge

Mappings for the bepo layout in Lua, inspired by vim-bepo

It aims to be faster (takes only 0.4ms at startup on my machine, while vim-bepo requires 1.6ms) and more customizable (see :help bepo.nvim-cherry-pick)

Example Use

You should call the extension early in your config, so that you can erase mappings later (or with later extensions) more easily.

require("bepo").setup()

You can also apply only some mapping groups:

require("bepo").movement()
require("bepo").tabs()
require("bepo").easy_access()
require("bepo").window()

See the help file for more details and the mappings installed.

Reporting bugs

Thanks for considering reporting a bug!

We want to know if the issue is caused by:

  1. the plugin itself
  2. your user configuration
  3. the system configuration

Please try to reproduce the bug in nvim stripped of your user configuration by running:

nvim --clean -u test/mock_setup.lua

If you can’t reproduce the bug in that “clean” nvim instance, it suggests that the bug comes from an interaction of the plugin with your user configuration. Please feel free to open an issue, mentioning that.

About

⌨️ Mappings for the bepo keyboard layout in Lua, inspired by https://github.com/michamos/vim-bepo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fennel 77.4%
  • Vim Script 15.4%
  • Makefile 5.7%
  • Lua 1.5%