Skip to content

Commit

Permalink
feat: add to multi cursor event types (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgokcin authored Nov 8, 2024
1 parent d3f68c3 commit fb399ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nvim/lua/plugins/vim-visual-multi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ return {
"mg979/vim-visual-multi",
branch = "master",
vscode = "true",
event = "BufReadPost",
event = { "BufReadPost", "BufEnter" },
init = function()
vim.g.VM_maps = {
["Add Cursor Down"] = "<M-j>",
["Add Cursor Up"] = "<M-k>",
}
end,
}

0 comments on commit fb399ea

Please sign in to comment.