J K remaps to move lines in visual mode

This commit is contained in:
krolyxon 2023-01-04 22:54:15 +05:30
parent d2bf6253eb
commit dab908ce3f
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ M.general = {
v = {
["<leader>d"] = { "\"_d", "delete without copying into clipboard" },
["J"] = { ":m '>+1<CR>gv=gv" },
["K"] = { ":m '<-2<CR>gv=gv" },
},
x = {