made cursor center on entering insert mode and commented out svelte autocommand
This commit is contained in:
@@ -14,7 +14,6 @@ Keymap("n", "<leader>bd", function() -- delete buffer
|
||||
end)
|
||||
|
||||
for _, bind in ipairs({ "i", "a", "A", "I" }) do
|
||||
-- Pass { expr = true } as the fourth argument
|
||||
Keymap("n", bind, function()
|
||||
if vim.fn.getline("."):match("^%s*$") then
|
||||
return [["_cc]]
|
||||
|
||||
Reference in New Issue
Block a user