Skip to content

Commit

Permalink
feat(nvim): configure vim-visual-multi
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv committed Dec 18, 2024
1 parent 9181bc3 commit d3d4bd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .config/nvim/lua/plugins/vim-visual-multi.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
return {
{
"mg979/vim-visual-multi",
config = function()
vim.g.VM_maps = {
["Select Cursor Up"] = "<C-k>",
["Select Cursor Down"] = "<C-j>",
}
end,
},
}

0 comments on commit d3d4bd3

Please sign in to comment.