Skip to content

Commit

Permalink
feat(tools/git/core): add toggles for git and github panes (#298)
Browse files Browse the repository at this point in the history
Adds `g t` to toggle git pane
Adds `g T` to toggle github pane
  • Loading branch information
tristil authored and dvcrn committed Nov 30, 2018
1 parent da692f3 commit 427d83f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cljs/proton/layers/tools/git/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
:L {:action "git-plus:log-current-file" :target actions/get-active-editor :title "log current file"}
:l {:action "git-plus:log" :title "log project"}
:h {:action "git-history:show-file-history" :target actions/get-active-editor :title "file history"}
:t {:action "github:toggle-git-tab" :title "toggle git tab"}
:T {:action "github:toggle-github-tab" :title "toggle github tab"}
:d {:category "git diff"
:n {:action "git-diff:move-to-next-diff" :target actions/get-active-editor :title "next diff"}
:N {:action "git-diff:move-to-previous-diff" :target actions/get-active-editor :title "previous diff"}
Expand Down

0 comments on commit 427d83f

Please sign in to comment.