From 6a81bd3c2408c648b123d49401f01938b502f390 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 9 Jul 2015 21:38:59 -0500 Subject: [PATCH] Use alternate code block syntax. --- vim/edges-of-the-selection.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vim/edges-of-the-selection.md b/vim/edges-of-the-selection.md index 1898067..8195113 100644 --- a/vim/edges-of-the-selection.md +++ b/vim/edges-of-the-selection.md @@ -5,4 +5,10 @@ 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 + + `>