Tuesday, April 4, 2017

GitHub Keyboard shortcuts

Site wide shortcuts
sFocus search bar
g nGo to Notifications
g dGo to Dashboard
?Bring up this help dialog
jMove selection down
kMove selection up
xToggle selection
o / enterOpen selection
Repositories
g cGo to Code
g iGo to Issues
g pGo to Pull Requests
g wGo to Wiki
Source code browsing
tActivates the file finder
lJump to line
wSwitch branch/tag
yExpand URL to its canonical form
iShow/hide all inline notes

No comments:

Post a Comment

Going one step further with Kotlin & gRPC

Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...