config/default: add SPC-g-o/SPC-g-I for browsing remote/issues
This commit is contained in:
parent
1b8dce260b
commit
af97dcdfe8
1 changed files with 2 additions and 0 deletions
|
@ -197,8 +197,10 @@
|
||||||
:desc "Magit status" :n "g" #'magit-status
|
:desc "Magit status" :n "g" #'magit-status
|
||||||
:desc "List gists" :n "G" #'+gist:list
|
:desc "List gists" :n "G" #'+gist:list
|
||||||
:desc "Initialize repo" :n "i" #'magit-init
|
:desc "Initialize repo" :n "i" #'magit-init
|
||||||
|
:desc "Browse issues tracker" :n "I" #'+vcs/git-browse-issues
|
||||||
:desc "Magit buffer log" :n "l" #'magit-log-buffer-file
|
:desc "Magit buffer log" :n "l" #'magit-log-buffer-file
|
||||||
:desc "List repositories" :n "L" #'magit-list-repositories
|
:desc "List repositories" :n "L" #'magit-list-repositories
|
||||||
|
:desc "Browse remote" :n "o" #'+vcs/git-browse
|
||||||
:desc "Magit push popup" :n "p" #'magit-push-popup
|
:desc "Magit push popup" :n "p" #'magit-push-popup
|
||||||
:desc "Magit pull popup" :n "P" #'magit-pull-popup
|
:desc "Magit pull popup" :n "P" #'magit-pull-popup
|
||||||
:desc "Git revert hunk" :n "r" #'git-gutter:revert-hunk
|
:desc "Git revert hunk" :n "r" #'git-gutter:revert-hunk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue