We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0746f84 commit dc8a20aCopy full SHA for dc8a20a
lua/core/event.lua
@@ -65,7 +65,7 @@ vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
65
end,
66
})
67
68
--- Autojump to last place
+-- Autojump to last edit
69
vim.api.nvim_create_autocmd("BufReadPost", {
70
callback = function()
71
local mark = vim.api.nvim_buf_get_mark(0, '"')
0 commit comments