feat(nvim): qol for sorting
This commit is contained in:
parent
57de9d22a6
commit
cdddcec211
1 changed files with 8 additions and 0 deletions
|
@ -70,6 +70,14 @@ let
|
|||
key = "<LeftRelease>";
|
||||
mode = [ "v" ];
|
||||
}
|
||||
{
|
||||
action = '':m+<CR>'';
|
||||
key = "<c-j>";
|
||||
}
|
||||
{
|
||||
action = '':m-2<CR>'';
|
||||
key = "<c-k>";
|
||||
}
|
||||
];
|
||||
|
||||
plugins = {
|
||||
|
|
Loading…
Reference in a new issue