bepo.nvim
Work in progress, see the sources
Remap for the bepo layout in Lua, inspired by https://github.com/michamos/vim-bepo
It aims to be faster (takes only 0.4ms at startup on my machine, while vim-bepo requires 1.6ms)
Example Use Case
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()
Description
⌨️ Mappings for the bepo keyboard layout in Lua, inspired by https://github.com/michamos/vim-bepo
Readme
Apache-2.0
76 KiB
Languages
Fennel
77.4%
Vim Script
15.4%
Makefile
5.7%
Lua
1.5%