Last active
October 7, 2015 13:43
-
-
Save mykolaharmash/6f7ac558da4ba67e76e2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
reindent region C-M-\ | |
cut region C-w | |
copy region M-w | |
yank C-y | |
kill window C-x 0 | |
kill window and buffer C-x 4 0 | |
goto line M-g | |
join current line to upper one M-^ | |
Seach next C-s | |
Search previous C-r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment