Skip to content

Commit d0dfcf6

Browse files
author
bowler
committed
enhancements to module 2 lab 3
1 parent 4ebe5ec commit d0dfcf6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/class1/module2/lab3.rst

+9-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,15 @@ F5 AST Configuration Setting Files
137137
138138
vim config/bigip_receivers.yaml
139139
140-
In order to preserve the formatting of multi-line copy/paste, we need to **set paste** within vim by typing ``:set paste`` and pressing ``return``. It will appear as though nothing has occurred. This is expected behavior.
141-
142-
While in vim, press ``Shift+G`` to take your cursor to the bottom line. Next, type ``o`` to create a new line and enter insert mode.
140+
#. In order to preserve the formatting of multi-line copy/paste with vim, we need to **set paste** by copy/pasting the following into vim and pressing ``return``.
141+
142+
.. code-block:: console
143+
144+
:set paste
145+
146+
.. note:: It will appear as though nothing has occurred. This is expected behavior.
147+
148+
#. While in vim, press ``Shift+G`` to take your cursor to the bottom line. Next, type ``o`` to create a new line and enter insert mode.
143149

144150
Press ``backspace`` until the cursor is in the left-most position.
145151

0 commit comments

Comments
 (0)