Emacs CS

Emacs CS

January 14, 2023 | cs

  1. C-q: ace jump words
  2. C-m: Ret
  3. Shift-k: apropos of women command like man
  4. C-h a: apropos of emacs
  5. C-x u: undo tree visualize
  6. C-M-’: toggle eshell terminal

YAS #

  1. C-, : yas company
  2. C-. : display availalbe yas snippets to choose
  3. TAB : field expand may be
  4. C-c C-y : Yas expand

General #

Engine mode #

  1. C- c C-s : prefix command(pc)
    1. pc C-m: google
    2. pc C-s: stackoverflow
    3. pc C-e: evernote
    4. pc C-g: github

Org mode #

  1. C-c | : table
  2. highlight , seperated data and C-c | to convert it into table

Magit #

  1. S-g, C-c C-v

General #

Secret #

kubectl get secret
# get value
kubectl get secret quickstart-apm-apm-token --output=go-template='{{index .data "secret-token"}}' | base64 -d && echo

Python #

  1. f1: outline
  2. C-c l,r: left and right indentation

Gode mode #

  1. Ctrl ->
  2. M -> g
  3. -> Space


No notes link to this note

Go to random page

Previous Next