2022-05-07 21:00:48 +00:00
2022-05-07 21:00:48 +00:00
2022-05-07 20:59:01 +00:00
2022-05-07 19:01:29 +00:00
2022-05-07 19:01:29 +00:00
2022-05-07 20:59:01 +00:00

bepo.nvim

Work in progress, see the sources

Remap for the bepo layout in Lua, inspired from 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

require("bepo").setup()

You can also apply only some mapping groups:

require("bepo").movement()
require("bepo").tabs()
require("bepo").easy_access()
require("bepo").window()
Languages
Fennel 77.4%
Vim Script 15.4%
Makefile 5.7%
Lua 1.5%