_: { keymaps = [ { key = "e"; action = "Neotree toggle"; options = { silent = true; }; } { key = "ff"; action = "Telescope find_files"; options = { silent = true; }; } { 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 = ":m -2"; } { key = ""; action = ":m +1"; } { key = ""; action = ":m '<-2gv=gv"; mode = ["v"]; } { key = ""; action = ":m '>+1gv=gv"; mode = ["v"]; } ]; }