We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730d19f commit 0f6a832Copy full SHA for 0f6a832
USERGUIDE.md
@@ -106,13 +106,14 @@ if you want to use [racer] instead of the in-built autocompleter.
106
107
### All Key binding
108
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
-
+```
+Keys Action
+cB cargo build and api/tags generation or update
+cr cargo run without arguments
+cl+s quick edit for snippets
+s\n adds `;` to the end of the current line and inserts newline
+a\n appends `///` to the next line. (good for documentation)
116
117
118
[ta-rust]: ./README.md
119
[ctags]: http://foicica.com/hg/ctags/
0 commit comments