aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2019-05-01 18:26:39 +0200
committerTeddy Wing2019-05-01 18:26:39 +0200
commit95b1eb43688c69bb0d839c918fb5a7768713f684 (patch)
tree4d450398b96a6c6a52a9652012f5e71f9b67ba8e
parente65c92e98a2c98e57814ac4bec148cbbf169616d (diff)
downloadmuttagen-95b1eb43688c69bb0d839c918fb5a7768713f684.tar.bz2
sidebar.ts: Add comment showing command keys
-rw-r--r--src/sidebar.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sidebar.ts b/src/sidebar.ts
index 1af0cf5..48d7aa3 100644
--- a/src/sidebar.ts
+++ b/src/sidebar.ts
@@ -7,6 +7,7 @@ export default function() {
var sidebar: HTMLElement = document.getElementsByClassName(SIDEBAR)[0] as HTMLElement;
+ // Toggle left sidebar with `\m`
multi_key_command(
document,
[key_codes.SLASH, key_codes.M],