Skip to content

Commit 0f6a832

Browse files
author
Alejandro Baez
committed
userguide: fixed keys representation
1 parent 730d19f commit 0f6a832

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

USERGUIDE.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,14 @@ if you want to use [racer] instead of the in-built autocompleter.
106106

107107
### All Key binding
108108

109-
Keys Action
110-
cB cargo build and api/tags generation or update
111-
cr cargo run without arguments
112-
cl+s quick edit for snippets
113-
s\n adds `;` to the end of the current line and inserts newline
114-
a\n appends `///` to the next line. (good for documentation)
115-
109+
```
110+
Keys Action
111+
cB cargo build and api/tags generation or update
112+
cr cargo run without arguments
113+
cl+s quick edit for snippets
114+
s\n adds `;` to the end of the current line and inserts newline
115+
a\n appends `///` to the next line. (good for documentation)
116+
```
116117

117118
[ta-rust]: ./README.md
118119
[ctags]: http://foicica.com/hg/ctags/

0 commit comments

Comments
 (0)