[jsonnet] readme.org: fix keybinding table

problem: a space before the closing ~, breaks the formatting
solution: remove the space to hide the ~ signs

And remove a word: "to"
This commit is contained in:
duianto 2018-08-30 12:14:34 +02:00 committed by Codruț Constantin Gușoi
parent 2ecfc21e3a
commit f143f76393
1 changed files with 6 additions and 6 deletions

View File

@ -23,12 +23,12 @@ add =jsonnet= to the existing =dotspacemacs-configuration-layers= list in this
file.
To use some of the additional formatting and evaluation features, you'll need
to [[http://jsonnet.org/index.html][the jsonnet binary]]
[[http://jsonnet.org/index.html][the jsonnet binary]]
* Key bindings
| Key Binding | Description |
|--------------+----------------------------------------------------------|
| ~SPC m = ~ | format the buffer using `jsonnet fmt` |
| ~SPC m g g ~ | jump to the definition of a given identifier |
| ~SPC m s b ~ | show the result of running jsonnet on the current buffer |
| Key Binding | Description |
|-------------+----------------------------------------------------------|
| ~SPC m =~ | format the buffer using `jsonnet fmt` |
| ~SPC m g g~ | jump to the definition of a given identifier |
| ~SPC m s b~ | show the result of running jsonnet on the current buffer |