Created
February 2, 2017 10:38
-
-
Save y-fedorov/05ca1b3d16760ca3a7e86c1c9ccd9659 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
Ctrl + a : move to start | |
Ctrl + e : move to end | |
Ctrl + xx : switch to start and back | |
Ctrl + w : cut left word to clipboard | |
Ctrl + k : cut from cursor to right to clipboard | |
Ctrl + u : cut from cursor to left to clipboard | |
Ctrl + y : paste | |
Ctrl + _ : undo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment