:gbrowse and :gbissues
This commit is contained in:
parent
384b775ace
commit
ac9263c1e5
2 changed files with 17 additions and 3 deletions
|
@ -48,8 +48,10 @@
|
|||
|
||||
;; GIT
|
||||
(ex! "ga[dd]" 'doom/vcs-stage-hunk)
|
||||
(ex! "gbr[owse]" 'doom:git-remote-browse) ; show file in github/gitlab
|
||||
(ex! "gre[vert]" 'doom/vcs-revert-hunk)
|
||||
(ex! "gbr[owse]" 'doom:git-browse) ; show file in github/gitlab
|
||||
(ex! "gbi[ssues]" 'doom/git-issues) ; show github issues
|
||||
|
||||
;; Dealing with buffers
|
||||
(ex! "k[ill]" 'doom/kill-real-buffer) ; Kill current buffer
|
||||
(ex! "k[ill]all" 'doom:kill-all-buffers) ; Kill buffers (bang = in project)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue