C-g cancel partially typed or accidental command
CTRL-x u undo the last change
C-x C-s save-buffer
C-x C-c save-buffers-kill-emacs
======
CTRL-k Copy line to end (kill line to end)
CTRL-y re-insert ('yank') the last text that was killed
======
C-x 2 Split the selected window into two windows, one above the other (split-window-vertically).
C-x 5 Split the selected window into two windows positioned side by side (split-window-horizontally).
======
C-x o Select another window (other-window). That is o, not zero.
C-M-v Scroll the next window (scroll-other-window).
C-x C-f open a new file
======
C-v scroll-down
ESC-v scroll-up
ESC < beginning-of-buffer
ESC > end-of-buffer
======
C-s Incremental search forward (isearch-forward).
C-r Incremental search backward (isearch-backward).
No comments:
Post a Comment