diff options
| author | thibthib18 <37300147+thibthib18@users.noreply.github.com> | 2021-09-10 08:50:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 08:50:58 +0200 |
| commit | b4d6eb9a232dab48ce658470a980e7a15edb500f (patch) | |
| tree | 84a5febeb7c2315deba9e74457e770a3840c4ab1 /lua/telescope/builtin/init.lua | |
| parent | d2b768983cc7be755d255649cfd0d998b11bd203 (diff) | |
feat: git merge branch action (#1220)
Diffstat (limited to 'lua/telescope/builtin/init.lua')
| -rw-r--r-- | lua/telescope/builtin/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index a3ea4c6..e790700 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -186,6 +186,7 @@ builtin.git_bcommits = require_on_exported_call("telescope.builtin.git").bcommit --- - `<C-r>`: rebases currently selected branch --- - `<C-a>`: creates a new branch, with confirmation prompt before creation --- - `<C-d>`: deletes the currently selected branch, with confirmation prompt before deletion +--- - `<C-y>`: merges the currently selected branch, with confirmation prompt before deletion ---@param opts table: options to pass to the picker builtin.git_branches = require_on_exported_call("telescope.builtin.git").branches |
