return require('nnn').setup { set_default_mappings = false, session = 'global', layout = { window = {width = 0.8, height = 0.8, highlight = 'Debug'}, }, command = 'nnn -HUdex', action = { [''] = 'tab split', [''] = 'split', [''] = 'vsplit' } }