feat: refactor

This commit is contained in:
2022-04-25 16:23:14 +02:00
parent 4bf6a46a85
commit b0e54888bb
16 changed files with 369 additions and 371 deletions

View File

@ -0,0 +1,4 @@
local map = vim.api.nvim_set_keymap
map("i", "<C-b>", ">a**<esc><i**<esc>", { noremap = true })