_: { keymaps = [ { key = ""; action = ""; options = { silent = true; }; mode = ["n" "v"]; } { key = ""; action = ""; options = { silent = true; }; mode = ["t"]; } { key = "q:"; action = ""; options = { noremap = true; }; } { key = "k"; action = "v:count == 0 ? 'gk' : 'k'"; options = { silent = true; expr = true; }; } { key = "j"; action = "v:count == 0 ? 'gj' : 'j'"; options = { silent = true; expr = true; }; } { key = ""; action = ":vertical resize -1"; } { key = ""; action = ":vertical resize +1"; } { key = ""; action = ":resize +1"; } { key = ""; action = ":resize -1"; } { key = ""; action = ":m -2"; } { key = ""; action = ":m +1"; } { key = ""; action = ":m '<-2gv=gv"; mode = ["v"]; } { key = ""; action = ":m '>+1gv=gv"; mode = ["v"]; } ]; }