Skip to content
Snippets Groups Projects
Commit 5921ef42 authored by Jerome Reybert's avatar Jerome Reybert
Browse files

README: fix <C-n> in markdown

parent 6e7de30b
Branches
Tags
No related merge requests found
...@@ -204,7 +204,7 @@ E means 'edit'. ...@@ -204,7 +204,7 @@ E means 'edit'.
:exclamation: this function is extremely powerful, just give it a try! :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. * Move to **N**ext or **P**revious hunk.
##### CC ##### CC
...@@ -241,8 +241,8 @@ E means 'edit'. ...@@ -241,8 +241,8 @@ E means 'edit'.
#### Mapping update #### Mapping update
Since vimagit 1.7, jump mappings have changed: Since vimagit 1.7, jump mappings have changed:
* Jump next hunk : **N** -> **<C-n>** * Jump next hunk : **N** -> **\<C-n>**
* Jump prev hunk : **P** -> **<C-p>** * Jump prev hunk : **P** -> **\<C-p>**
#### Autocommand events #### Autocommand events
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment