diff options
| author | Teddy Wing | 2019-05-01 18:26:39 +0200 |
|---|---|---|
| committer | Teddy Wing | 2019-05-01 18:26:39 +0200 |
| commit | 95b1eb43688c69bb0d839c918fb5a7768713f684 (patch) | |
| tree | 4d450398b96a6c6a52a9652012f5e71f9b67ba8e /src | |
| parent | e65c92e98a2c98e57814ac4bec148cbbf169616d (diff) | |
| download | muttagen-95b1eb43688c69bb0d839c918fb5a7768713f684.tar.bz2 | |
sidebar.ts: Add comment showing command keys
Diffstat (limited to 'src')
| -rw-r--r-- | src/sidebar.ts | 1 |
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], |
