From 7eefb566d30ce42e26ecd999db51bceaba20df31 Mon Sep 17 00:00:00 2001 From: kccai Date: Wed, 19 Aug 2015 20:16:53 +0800 Subject: [PATCH] Minor fix of the rendering of key binding Insert a zero width unicode `U200B` between `'` and `~` to fix the rendering of `~SPC '~` on Github. --- contrib/shell/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/shell/README.org b/contrib/shell/README.org index b8a7cdb953ef..2f31fca4537d 100644 --- a/contrib/shell/README.org +++ b/contrib/shell/README.org @@ -143,7 +143,7 @@ Some advanced configuration is setup for =eshell= in this layer: | Key Binding | Description | |-------------+------------------------------------------------------------| -| ~SPC '~ | Open, close or go to the default shell | +| ~SPC '​~ | Open, close or go to the default shell | | ~SPC a s e~ | Open, close or go to an =eshell= | | ~SPC a s i~ | Open, close or go to a =shell= | | ~SPC a s m~ | Open, close or go to a =multi-term= |