{ "slack_token": "yourslacktokenhere", // OPTIONAL: set the width of the sidebar (between 1 and 11), default is 1 "sidebar_width": 1, // OPTIONAL: turn on desktop notifications for all incoming messages, set // the value as: "all", and for only mentions and im messages set the // value as: "mention", default is turned off: "" "notify": "", // OPTIONAL: define custom key mappings, defaults are: "key_map": { "command": { "i": "mode-insert", "/": "mode-search", "k": "channel-up", "j": "channel-down", "g": "channel-top", "G": "channel-bottom", "": "chat-up", "C-b": "chat-up", "C-u": "chat-up", "": "chat-down", "C-f": "chat-down", "C-d": "chat-down", "n": "channel-search-next", "N": "channel-search-previous", "q": "quit", "": "help" }, "insert": { "": "cursor-left", "": "cursor-right", "": "send", "": "mode-command", "": "backspace", "C-8": "backspace", "": "delete", "": "space" }, "search": { "": "cursor-left", "": "cursor-right", "": "clear-input", "": "clear-input", "": "backspace", "C-8": "backspace", "": "delete", "": "space" } }, // OPTIONAL: override the default theme (see wiki for more information), // defaults are: "theme": { "view": { "fg": "white", "bg": "default", "border_fg": "white", "border_bg": "white", "par_fg": "white", "par_label_fg": "white" }, "channel": { "prefix": "", "icon": "", "text": "" }, "message": { "time": "", "name": "", "text": "" } } }