Reflow paragraphs

pull/9417/head
jerabaul29 4 months ago
parent f99356dfe7
commit b4593952b5

@ -1355,9 +1355,9 @@ will appear on the right half, and your cursor will jump to the
new vertical split. new vertical split.
To create a new empty buffer in a horizontal split, press To create a new empty buffer in a horizontal split, press
Ctrl-w ns. This action divides your current window into two horizontally, Ctrl-w ns. This action divides your current window into two
creates a new buffer, and moves your cursor to the new horizontally, creates a new buffer, and moves your cursor to the
horizontal split. new horizontal split.
@ -1367,9 +1367,10 @@ horizontal split.
================================================================= =================================================================
Use Ctrl-w k to move to the split above your current split. Use Use Ctrl-w k to move to the split above your current split. Use
Ctrl-w j to move to the split below. Use Ctrl-w h to move to the Ctrl-w j to move to the split below. Use Ctrl-w h to move to
split on the left, and Ctrl-w l to move to the split on the right. To the split on the left, and Ctrl-w l to move to the split on the
navigate to the next split (in the order they were opened), press Ctrl-w w. right. To navigate to the next split (in the order they were
opened), press Ctrl-w w.
You can now do whatever you want in your new buffers and splits. You can now do whatever you want in your new buffers and splits.
Once you are done with using your new buffer split, Once you are done with using your new buffer split,
@ -1383,7 +1384,6 @@ leftmost split with Ctrl-w h twice, then from inside the split on
the left press Ctrl-w o to close all except this split. the left press Ctrl-w o to close all except this split.
================================================================= =================================================================
= CHAPTER 13.3 SPLIT CURRENT BUFFER = = CHAPTER 13.3 SPLIT CURRENT BUFFER =
================================================================= =================================================================
@ -1411,8 +1411,8 @@ Close extra splits with Ctrl-w o to return to a single window view.
================================================================= =================================================================
The :vsplit (or :vs for short) and :hsplit (or :hs) commands can The :vsplit (or :vs for short) and :hsplit (or :hs) commands can
also be used to split a specific buffer vertically or horizontally. For example, enter the command: also be used to split a specific buffer vertically or horizontally.
For example, enter the command:
:vs something :vs something
@ -1424,8 +1424,8 @@ to open it in a new buffer. Similarly, you can enter the command:
:hs some_more :hs some_more
to open a new buffer named "some_more" in the lower half. to open a new buffer named "some_more" in the lower half.
"some_more" could be any file or path to open this specific file or path "some_more" could be any file or path to open this specific file
instead of a new empty buffer. or path instead of a new empty buffer.
================================================================= =================================================================

Loading…
Cancel
Save