local M = {} -- These are the default keymaps for the plugin 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