{ keymaps = [ { action = "Neotree focus"; key = "e"; } { mode = [ "n" "i" "t" ]; key = ""; action = "wincmd k"; options = { desc = "Move to window above"; noremap = true; silent = true; }; } { mode = [ "n" "i" "t" ]; key = ""; action = "wincmd j"; options = { desc = "Move to window below"; noremap = true; silent = true; }; } { mode = [ "n" "i" "t" ]; key = ""; action = "wincmd h"; options = { desc = "Move to window left"; noremap = true; silent = true; }; } { mode = [ "n" "i" "t" ]; key = ""; action = "wincmd l"; options = { desc = "Move to window right"; noremap = true; silent = true; }; } # telescope { action = "Telescope live_grep"; key = "ts"; } { action = "Telescope find_files"; key = "tf"; } { action = "Telescope git_commits"; key = "tc"; } { action = "Telescope oldfiles"; key = "th"; } { action = "Telescope buffers"; key = "tb"; } { action = "Telescope colorscheme"; key = "ch"; } ]; }