return { default_file_explorer = true, prompt_save_on_select_new_entry = false, keymaps = { ["g?"] = "actions.show_help", [""] = "actions.select", [""] = "actions.select_vsplit", [""] = "actions.preview", [""] = "actions.close", [""] = "actions.refresh", ["-"] = "actions.parent", ["_"] = "actions.open_cwd", ["`"] = "actions.cd", ["~"] = "actions.tcd", ["gs"] = "actions.change_sort", ["gx"] = "actions.open_external", ["g."] = "actions.toggle_hidden", ["g\\"] = "actions.toggle_trash", }, use_default_keymaps = false, float = { -- Padding around the floating window padding = 2, max_width = 200, max_height = 30, border = "single", win_options = { winblend = 0, }, }, ssh = { border = "single", }, keymaps_help = { border = "single", } }