Emacs

emacs -rv : run emacs in reverse video mode (black).

emacs

Keyboard Shortcuts

– ctrl-x + 2 : horizontal division.
– ctrl-x + 3 : vertical division.
– alt-x + term : open a terminal.
– ctrl-x + ctrl-f : open file.
– ctrl-g : cancel action.
– ctrl-_ : (underscore) undo.
– ctrl-x + b : switch buffer.
– ctrl-x + k : kill buffer.
– alt-w : copy.
– ctrl-w : cut.
– ctrl-y : paste.
– ctrl-x + ctrl-s : save current buffer.
– ctrl-x + s : save all buffer.
– ctrl-s : search forward.
– ctrl-r : search backward.
– esc-% : replace (use ! to replace all).
– alt-/ : auto completion.
– alt-x + indent-region : indent selected region.
– alt-x + delete-trailing-whitespace : delete whitespace.
– alt-g + alt-g + 10: go to line number 10.
– ctrl-x + h : select all buffer.
– alt-< : go to buffer beginning. - alt-> : go to buffer end.
– ctrl-x + ctrl-c : exit emacs.

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *