Bailey Ling
lab49
github/bling @blingcoder
n and p move up and down
i and d to install or delete
and x to execute
n and p move up and down
j jumps to a buffer with completion
m marking files to perform an action afterwards
every major-mode will add useful goodies in here
C-f, C-b, M-f, M-b, M-{, M-}, etc.
killing lines: C-k
killing words: M-d
killing sentences: M-k
C-SPC, <motion>, <operation>
for example, delete all the text inside (these parentheses with cursor here)
emacs users tend to think in terms of code, not text. they would probably backward-kill-sexp followed by kill-sexp
it’s not uncommon for emacs users to create functions for commonly used text manipulation
operator
+ motion
+ text object
= awesome
operator: [c]hange, [d]elete, [y]ank motion: [i]nner, [a]round text-object: [w]ord, [p]aragraph, [s]entence, [b]lock