Skip to content
Snippets Groups Projects
Commit ffd54688 authored by Florent Bouchez Tichadou's avatar Florent Bouchez Tichadou
Browse files

Clarified documentation on some bindings.

parent 06afe484
Branches
No related tags found
No related merge requests found
......@@ -168,9 +168,9 @@ MAPPINGS *vimagit-mappings*
For each mapping, user can redefine the behavior with its own mapping. Each
variable is described below as *vimagit-g:magit_nameofmapping_mapping*
For example, to redefine the <leader>M mapping, user should add this line in
its |vimrc|:
let g:magit_show_magit_mapping='m'
For example, to redefine the <leader>M mapping to <leader>g, add this line in
your |vimrc|:
let g:magit_show_magit_mapping='<leader>g'
Mapping update *vimagit-mapping-update*
--------------
......@@ -179,6 +179,10 @@ Since vimagit 1.7, jump mappings have changed:
Jump next hunk : N -> <C-n>
Jump prev hunk : P -> <C-p>
(Previous behaviour can be restored by redefining the following variables:
let g:magit_jump_next_hunk='N'
let g:magit_jump_prev_hunk='P')
Global mappings
---------------
Following mappings are broadly set, and are applied in all vim buffers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment