summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAmirreza Askarpour <raskarpour@gmail.com>2021-05-11 12:50:57 +0430
committerGitHub <noreply@github.com>2021-05-11 10:20:57 +0200
commit9fd242db260a63d8b788d1edbabd2d76a55a2d61 (patch)
tree82a47db9b567a0be1acfb3ccee129b1ff53e0e6a /README.md
parentc061c216bfe082384d542a487ce02e9aed6177df (diff)
feat: add git_stash picker (#800)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index adf08a7..1077886 100644
--- a/README.md
+++ b/README.md
@@ -431,6 +431,7 @@ Built-in functions. Ready to be bound to any key you like. :smile:
| `builtin.git_bcommits` | Lists buffer's git commits with diff preview and checkouts it out on enter. |
| `builtin.git_branches` | Lists all branches with log preview, checkout action (<cr>), track action (<c-t>) and rebase action(<c-r>). |
| `builtin.git_status` | Lists current changes per file with diff preview and add action. (Multi-selection still WIP) |
+| `builtin.git_stash` | Lists stash items in current repository with ability to apply them on <CR> |
### Treesitter Picker