Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vimagit
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
jreybert
vimagit
Commits
fb0e9e9d
Commit
fb0e9e9d
authored
7 years ago
by
Jerome Reybert
Browse files
Options
Downloads
Patches
Plain Diff
fix double entry in doc
parent
82ea0235
Branches
dev/mapping_2
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/vimagit.txt
+7
-14
7 additions, 14 deletions
doc/vimagit.txt
with
7 additions
and
14 deletions
doc/vimagit.txt
+
7
−
14
View file @
fb0e9e9d
...
@@ -339,19 +339,12 @@ section only.
...
@@ -339,19 +339,12 @@ section only.
NOTE: this function is extremely powerful, just give it a try!
NOTE: this function is extremely powerful, just give it a try!
*vimagit-<C-n>* *magit#jump_hunk()*
*vimagit-<C-p>*
*vimagit-g:magit_jump_next_hunk*
*vimagit-g:magit_jump_prev_hunk*
<C-n>,<C-p> Move to Next or Previous hunk.
-------- Commit section mappings --------
-------- Commit section mappings --------
*vimagit-CC
*
*magit#commit_command('CC')*
*vimagit-CC
*
*magit#commit_command('CC')
*
*vimagit-:w*
*vimagit-:w
*
*vimagit-g:magit_commit_mapping*
*vimagit-g:magit_commit_mapping
*
:w :x :wq ZZ
:w :x :wq ZZ
<CC> From `commit mode`, commit all staged changes with commit flavor
<CC> From `commit mode`, commit all staged changes with commit flavor
(`normal` or `amend`) with message in "Commit message" section.
(`normal` or `amend`) with message in "Commit message" section.
...
@@ -359,15 +352,15 @@ section only.
...
@@ -359,15 +352,15 @@ section only.
From `commit mode`, commit all staged changes with commit flavor
From `commit mode`, commit all staged changes with commit flavor
(`normal` or `amend`) with message in "Commit message" section.
(`normal` or `amend`) with message in "Commit message" section.
*vimagit-CA
*
*magit#commit_command('CA')*
*vimagit-CA
*
*magit#commit_command('CA')
*
*vimagit-g:magit_commit_amend_mapping*
*vimagit-g:magit_commit_amend_mapping
*
<CA> From `stage mode` or `commit mode`: set commit mode in amend
<CA> From `stage mode` or `commit mode`: set commit mode in amend
flavor, and display "Commit message" section with previous commit
flavor, and display "Commit message" section with previous commit
message.
message.
Commit will be meld with previous commit.
Commit will be meld with previous commit.
*vimagit-CU
*
*magit#close_commit()*
*vimagit-CU
*
*magit#close_commit()
*
*vimagit-g:magit_close_commit_mapping*
*vimagit-g:magit_close_commit_mapping
*
<CU> From `commit mode`: go back to stage mode (current commit message
<CU> From `commit mode`: go back to stage mode (current commit message
will be lost).
will be lost).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment