Skip to content

Commit

Permalink
README: fix <C-n> in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jreybert committed Mar 11, 2017
1 parent 6e7de30 commit 5921ef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ E means 'edit'.

:exclamation: this function is extremely powerful, just give it a try!

##### <C-n>,<C-p>
##### \<C-n>,\<C-p>
* Move to **N**ext or **P**revious hunk.

##### CC
Expand Down Expand Up @@ -241,8 +241,8 @@ E means 'edit'.
#### Mapping update

Since vimagit 1.7, jump mappings have changed:
* Jump next hunk : **N** -> **<C-n>**
* Jump prev hunk : **P** -> **<C-p>**
* Jump next hunk : **N** -> **\<C-n>**
* Jump prev hunk : **P** -> **\<C-p>**

#### Autocommand events

Expand Down

0 comments on commit 5921ef4

Please sign in to comment.