feat(nvim): qol for sorting

This commit is contained in:
catvayor 2024-12-28 23:35:00 +01:00
parent 57de9d22a6
commit cdddcec211
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -70,6 +70,14 @@ let
key = "<LeftRelease>";
mode = [ "v" ];
}
{
action = '':m+<CR>'';
key = "<c-j>";
}
{
action = '':m-2<CR>'';
key = "<c-k>";
}
];
plugins = {