return { "alexghergh/nvim-tmux-navigation", config = function() require("nvim-tmux-navigation").setup({ disable_when_zoomed = true, -- defaults to false keybindings = { left = "", down = "", up = "", right = "", last_active = "", next = "", }, }) end, }