nim: fix key bindings in README

This commit is contained in:
syl20bnr 2016-10-18 22:49:34 -04:00
parent 1d96d98ec4
commit 7ee75bb752
1 changed files with 6 additions and 6 deletions

View File

@ -29,9 +29,9 @@ and =nimsuggest= binary must be in $PATH.
** Nim commands (start with =m=):
| Key Binding | Description |
|--------------------+----------------------------|
| ~SPC m c r~ | nim compile --run main.nim |
| ~SPC g g~ or ~M-.~ | Jump to definition |
| ~SPC g b~ or ~M-,~ | Jump back |
|--------------------+----------------------------|
| Key Binding | Description |
|----------------------+----------------------------|
| ~SPC m c r~ | nim compile --run main.nim |
| ~SPC m g g~ or ~M-.~ | Jump to definition |
| ~SPC m g b~ or ~M-,~ | Jump back |
|----------------------+----------------------------|