local M = {} M.BIN_PATH = nil M.BIN = nil M.PROJECT_ID = nil M.ACTIVE_DISCUSSION = nil M.ACTIVE_NOTE = nil M.keymaps = { popup = { exit = "", perform_action = "s", }, discussion_tree = { jump_to_location = "o", edit_comment = "e", delete_comment = "dd", reply_to_comment = "r", toggle_node = "t", toggle_resolved = "p" }, dialogue = { focus_next = { "j", "", "" }, focus_prev = { "k", "", "" }, close = { "", "" }, submit = { "", "" }, }, review = { toggle = "glt" } } return M