Why I love Vim Motions?
- More productive
- More money, as a side effect of being more productive
- Smarter, because being more productive leads to faster learning and applying what you learn
- Flex: I look like a "G" in front of standard mouse clickers, VsCoders
Project Motive:
This is a certification project I get to do, for the course I am following. The project, is to make a tribute page. I started to think: "What would everyone else do?", and did the exact opposite. I spent like 10 to 20 minutes to just think of a unique idea, something nobody else would do.
This Project is built with:
- HTML
- CSS
Vim Motions Cheatsheet:
Honestly, if you do not use Vim, you are an idiot. It will make you move 1.5 - 3x faster, permanently. It is an upfront investment, but it is definitely worth it.
Type | Keybinding/Motion | Description | Mode |
---|---|---|---|
Common | h | Moves your cursor to the left one space | Normal, Visual |
Common | j | Moves your cursor one line down | Normal, Visual |
Common | k | Moves your cursor one line up | Normal, Visual |
Common | l | Moves your cursor to the right one space | Normal, Visual |
Common | w | Jumps your cursor to the first character of the next word | Normal, Visual |
Common | b | Jumps your cursor to the first character of the nearest word | Normal, Visual |
Common | H | Moves your cursor to the top of the screen | Normal, Visual |
Common | M | Moves your cursor to the middle of the screen | Normal, Visual |
Bottom | M | Moves your cursor to the bottom of the screen | Normal, Visual |
Honestly, you will use this motions all the time, so learn them first, get comfortable with them. Next, learn some extra motions, by looking at this cheatsheet