---@type YaziConfig local opts = { open_multiple_tabs = true, yazi_floating_window_winblend = 0, keymaps = { show_help = "", open_file_in_vertical_split = "", open_file_in_horizontal_split = "", open_file_in_tab = "", grep_in_directory = "", replace_in_directory = "", cycle_open_buffers = "", copy_relative_path_to_selected_files = "", send_to_quickfix_list = "", change_working_directory = "", }, yazi_floating_window_border = "rounded", clipboard_register = "*", future_features = { ya_emit_reveal = false, ya_emit_open = false, }, } return opts