1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-05 17:00:17 +00:00

Fix the backticks.

This commit is contained in:
jbranchaud
2015-07-09 21:37:33 -05:00
parent 279eed6c37
commit b89c702f39
+1 -1
View File
@@ -5,4 +5,4 @@ character of the selection in the `<` mark and the position of the last
character of the selection in the `>` mark.
Thus moving to the edges of your previous selection is easy. To move to the
beginning of the selection, press `\`<`. To move to the end, press `\`>`.
beginning of the selection, press ```<``. To move to the end, press ```>``.