Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created January 9, 2019 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YumaInaura/802c9f312cb6bf5cee28435cbbad382f to your computer and use it in GitHub Desktop.
Save YumaInaura/802c9f312cb6bf5cee28435cbbad382f to your computer and use it in GitHub Desktop.
GithubのPRを直接編集したりするあのブラウザ検索をハックしてくる奴はなんていうの?ヘルプは?ショートカットは? ref: https://qiita.com/YumaInaura/items/96130be3c6215eb516de
Source code editing
Keyboard Shortcut Description
control f or command f Start searching in file editor
control g or command g Find next
shift control g or shift command g Find previous
shift control f or command option f Replace
shift control r or shift command option f Replace all
alt g Jump to line
control z or command z Undo
control y or command y Redo
For more keyboard shortcuts, see the CodeMirror documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment