🐛 fix(nvim): freezing when hitting the tab key
for more info: https://github.com/gaoDean/autolist.nvim/issues/79 closes #44
This commit is contained in:
parent
82192c7496
commit
2737a9abca
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ return {
|
||||||
},
|
},
|
||||||
opts = {},
|
opts = {},
|
||||||
keys = {
|
keys = {
|
||||||
{ "<tab>", "<cmd>AutolistTab<cr>", mode = { "i" } },
|
|
||||||
{ "<s-tab>", "<cmd>AutolistShiftTab<cr>", mode = { "i" } },
|
|
||||||
{ "<CR>", "<CR><cmd>AutolistNewBullet<cr>", mode = { "i" } },
|
{ "<CR>", "<CR><cmd>AutolistNewBullet<cr>", mode = { "i" } },
|
||||||
{ "o", "o<cmd>AutolistNewBullet<cr>", mode = { "n" } },
|
{ "o", "o<cmd>AutolistNewBullet<cr>", mode = { "n" } },
|
||||||
{ "O", "O<cmd>AutolistNewBulletBefore<cr>", mode = { "n" } },
|
{ "O", "O<cmd>AutolistNewBulletBefore<cr>", mode = { "n" } },
|
||||||
|
|
Loading…
Add table
Reference in a new issue