Skip to content

Instantly share code, notes, and snippets.

@ijames
Created April 3, 2019 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijames/5e1cb4e2bfc923ddf26a906ca3037568 to your computer and use it in GitHub Desktop.
Save ijames/5e1cb4e2bfc923ddf26a906ca3037568 to your computer and use it in GitHub Desktop.
Mini CLI (emacs) Navigation Shortcut Cheatsheet for Stickies
CLI SHORTCUTS
PASTE
-> ......... C-y
Prev WORD .. M-.
JUMP <-> <- ... C-xx
WORD
SWAP <- ... M-t
JUMP
<- .... M-b
-> .... M-f
DELETE
-> .... M-d
<- .... C-w
UPPER -> .. M-u
LOWER -> .. M-l
CAP -> .... M-c
CHARACTER
SWAP <- ... C-t
JUMP
<- .... C-b
-> .... C-f
DELETE
-> .... C-d
<- .... C-h
LINE
JUMP
-> .... C-a
<- .... C-e
DELETE
-> .... C-k
<- .... C-u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment