Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructuring: Rename files to easily see the order. #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion introduction.md → 01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ set showcmd " show the command being executed on the status
This is a very minimalistic configuration file, and I encourage you to investigate the many, many ways of configuring vim.


[Next up, moving around](movement.md)
[Next up, moving around](02-movement.md)
2 changes: 1 addition & 1 deletion movement.md → 02-movement.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ If you need help, just ask.

[Assignment-1](assignment-1.txt)

[Introduction](introduction.md) || [Next up, changing text](changing-text.md)
[Introduction](01-introduction.md) || [Next up, changing text](03-changing-text.md)
2 changes: 1 addition & 1 deletion changing-text.md → 03-changing-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Paste the copied text after the current cursor position: `p`\
Paste the copied text before the current cursor position: `P`


[Introduction](introduction.md) || [Next up - Text objects](text-objects.md)
[Introduction](01-introduction.md) || [Next up - Text objects](04-text-objects.md)
2 changes: 1 addition & 1 deletion text-objects.md → 04-text-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Please read the instructions in the `assignment-2.txt` file, and try working on

[Assignment 2](assignment-2.txt)

[Introduction](introduction.md) || [Next up - Visual mode](visual-mode.md)
[Introduction](01-introduction.md) || [Next up - Visual mode](05-visual-mode.md)
2 changes: 1 addition & 1 deletion visual-mode.md → 05-visual-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ So you can select text, you can copy or cut the selected text with `y` or `d`, y

Simple and elegant. Just remember what the different verbs, modifiers and nouns are. The above command is just a sequence of multiple verb+modifier+noun sets.

[Introduction](introduction.md) || [Next up - Bonus](bonus.md)
[Introduction](01-introduction.md) || [Next up - Macros and registers](06-macros-and-registers.md)
2 changes: 1 addition & 1 deletion bonus.md → 06-macros-and-registers.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Please read the instructions in the `assignment-3.txt` file, and make the necess
[Openvim](https://www.openvim.com/)


[Introduction](introduction.md)
[Introduction](01-introduction.md)