diff options
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], | 
