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