Skip to content

Commit

Permalink
fix: Fixed gx keymap rhs
Browse files Browse the repository at this point in the history
  • Loading branch information
OXY2DEV committed Oct 9, 2024
1 parent 4ef3e11 commit 67b69cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/markview/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ keymaps.create_command = function (buffer)
end

keymaps.createKeymap = function (buffer)
vim.api.nvim_buf_set_keymap(buffer, "n", "gx", "<CMD>MarkOpen", {
vim.api.nvim_buf_set_keymap(buffer, "n", "gx", "<CMD>MarkOpen<CR>", {
desc = "Opens the link under cursor"
})
end
Expand Down

0 comments on commit 67b69cd

Please sign in to comment.