Last active
August 29, 2015 13:56
-
-
Save starikovs/8978439 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- text --- | |
(many of these commands may be combined with ⇧ Shift to select a region of text) | |
Cmd + right, Cmd + left (end and beginning of line) | |
Opt + right, Opt + left (end and beginning of word) | |
Cmd + up, Cmd + down (beginning and end of document) | |
Fn + up, Fn + down (move the cursor up/down the length of the viewport) | |
Del (delete like a backspace - to left) | |
Fn + Del (delete like a Del - to right) | |
Opt + Del (delete word to left) | |
Fn + Opt + Del (delete word to right) | |
--- screenshot --- | |
cmd+shift+3 (full screen, to file) | |
cmd+shift+4 (selected area, to file) | |
cmd+shift+4, then space, then click a window (window, to file) | |
cmd+ctrl+shift+.. (to clipboard) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment