Provide rudimentary stash mappings

This commit is contained in:
Tim Pope
2019-07-22 14:34:54 -04:00
parent d95cc5f8c2
commit b92de0138d
2 changed files with 25 additions and 1 deletions

View File

@@ -384,6 +384,21 @@ cA Create a `squash!` commit for the commit under the
c? Show this help.
*fugitive_cz*
Stash mappings ~
czz Push stash. Pass a [count] of 1 to add
`--include-untracked` or 2 to add `--all`.
czw Push stash of worktree. Like `czz` with
`--include-index`.
cza Apply topmost stash, or stash@{count}.
czp Pop topmost stash, or stash@{count}.
cz? Show this help.
*fugitive_r*
Rebase mappings ~