Skip to content
Snippets Groups Projects
Commit 29bdf495 authored by Izuta Hiroyuki's avatar Izuta Hiroyuki
Browse files

Add description for command CU

parent dda4b96d
Branches
No related tags found
No related merge requests found
......@@ -200,6 +200,9 @@ Following mappings are set locally, for magit buffer only, in normal mode.
##### CF
* Amend the staged changes into the previous commit, without modifying previous commit message.
##### CU
* Close a commit section (If you need soon after open or editing commit message, pressing 'u' is good enough).
##### I
* Add the file under the cursor in .gitgnore
......
......@@ -236,6 +236,11 @@ Following mappings are set locally, for magit buffer only, in normal mode.
CF Amend the staged changes into the previous commit, without
modifying previous commit message
*vimagit-CU* *magit#close_commit()*
*vimagit-g:magit_close_commit_mapping*
CU Close a commit section (If you need soon after open or editing
Ucommit message, pressing 'u' is good enough).
*vimagit-I* *magit#ignore_file()*
*vimagit-g:magit_ignore_mapping*
I Add the file under the cursor in .gitgnore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment