Emacs Commands

[Solved] Emacs Commands | Lisp - Code Explorer | yomemimo.com
Question : emacs commands

Answered by : proud-pony-vqe2lvgw0foh

C-x C-s Save file C-x C-f Find (open) file. Emacs asks for file name at bottom of screen. C-x C-z Leave emacs temporarily (return with "fg" ("foreground")) C-x C-c Quit emacs C-g Abort command (get out of trouble) C-f Move cursor forward one character C-b Move cursor backwards one character C-n Move cursor to next line C-p Move cursor to previous line C-a Move cursor to beginning of line C-e Move cursor to end of line C-v Go forward one screen M-v Go backward one screen C-k Kill text from cursor to end of line. (Cut text out) C-y Yank back killed text. (Paste text in) C-l Redisplay the screen if it is garbled. M-f Move cursor forward one word M-b Move cursor backwards one word M-> Move to end of file M-< Move to beginning of file C-u 7 C-n Move forward 7 lines C-u 10 C-p Move back 10 lines

Source : https://www.math.utah.edu/computing/emacs/emacs-commands.html | Last Update : Mon, 05 Sep 22

Answers related to emacs commands

Code Explorer Popular Question For Lisp