# Easymotion

| Default Mapping | Details                                   |
| --------------- | ----------------------------------------- |
| f {char}        | Find {char} to the right. See             |
| F {char}        | Find {char} to the left. See              |
| t {char}        | Till before the {char} to the right. See  |
| T {char}        | Till after the {char} to the left. See    |
| w               | Beginning of word forward. See            |
| W               | Beginning of WORD forward. See            |
| b               | Beginning of word backward. See           |
| B               | Beginning of WORD backward. See           |
| e               | End of word forward. See                  |
| E               | End of WORD forward. See                  |
| ge              | End of word backward. See                 |
| gE              | End of WORD backward. See                 |
| j               | Line downward. See                        |
| k               | Line upward. See                          |
| n               | Jump to latest "/" or "?" forward. See    |
| N               | Jump to latest "/" or "?" backward. See   |
| s               | Find(Search) {char} forward and backward. |
| ---             |                                           |

| Tables        |      Are      |  Cool |
| ------------- | :-----------: | ----: |
| col 3 is      | right-aligned | $1600 |
| col 2 is      |    centered   |   $12 |
| zebra stripes |    are neat   |    $1 |

There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.

| Markdown | Less      | Pretty     |
| -------- | --------- | ---------- |
| *Still*  | `renders` | **nicely** |
| 1        | 2         | 3          |
