doc: code, not keys

This commit is contained in:
Eivind Fonn 2017-06-10 16:32:18 +02:00
parent 2db9958894
commit 377cb2f417
1 changed files with 7 additions and 7 deletions

View File

@ -2705,13 +2705,13 @@ Text related commands (start with ~x~):
| ~SPC x g t~ | translate current word using Google Translate |
| ~SPC x g T~ | reverse source and target languages |
| ~SPC x i i~ | cycle symbol naming styles (~i~ to keep cycling) |
| ~SPC x i u~ | change symbol style to ~under_score~ |
| ~SPC x i _~ | change symbol style to ~under_score~ |
| ~SPC x i U~ | change symbol style to ~UP_CASE~ |
| ~SPC x i k~ | change symbol style to ~kebab-case~ |
| ~SPC x i -~ | change symbol style to ~kebab-case~ |
| ~SPC x i c~ | change symbol style to ~lowerCamelCase~ |
| ~SPC x i C~ | change symbol style to ~UpperCamelCase~ |
| ~SPC x i u~ | change symbol style to =under_score= |
| ~SPC x i _~ | change symbol style to =under_score= |
| ~SPC x i U~ | change symbol style to =UP_CASE= |
| ~SPC x i k~ | change symbol style to =kebab-case= |
| ~SPC x i -~ | change symbol style to =kebab-case= |
| ~SPC x i c~ | change symbol style to =lowerCamelCase= |
| ~SPC x i C~ | change symbol style to =UpperCamelCase= |
| ~SPC x j c~ | set the justification to center |
| ~SPC x j f~ | set the justification to full |
| ~SPC x j l~ | set the justification to left |