Merge remote-tracking branch 'refs/remotes/origin/trunk' into trunk

This commit is contained in:
Daniel Yrovas 2022-03-29 12:07:02 +11:00
commit bc4c9964af
Signed by: danielyrovas
GPG key ID: 502473574FB06D96
5 changed files with 272 additions and 0 deletions

View file

@ -0,0 +1,4 @@
vim.cmd([[
inoremap <c-e> <esc>o- [ ]
nnoremap <c-e> <esc>o- [ ]
]])