key-bind memo

  • C-h b show key-bind list
  • C-h k describe-key “What does this key do?”
  • search
    • C-s C-w カーソル位置単語を検索
    • C-s C-k カーソルから行末まで検索文字にコピー
    • C-s del カーソル上の一文字ずつ検索文字にコピー
    • C-s bak 検索文字を減らす
  • develop
    • C-c C-z goto repl
    • M-C-i tab補完
    • M-tab tab補完
    • c-u tab tab補完
    • C-c tab tab補完
    • C-c M-i Fuzzy Completion : mvb -> multiple-value-bind : separator #\-
  • tag jump
    • M-. tag Find first definition of tag (find-tag).
    • C-u M-. Find next
    • C-u - M-. Go back to previous tag found.
    • C-M-. pattern Find a tag whose name matches pattern (find-tag-regexp).
    • C-u C-M-. Find the next tag whose name matches the last pattern used.
    • C-x 4 . tag Find first definition of tag, but display it in another window (find-tag-other-window).
    • C-x 5 . tag Find first definition of tag, and create a new frame to select the buffer (find-tag-other-frame).
    • M-* back
  • slime
    • *, **, ** REPL history
    • C-c H help hyperspec
    • C-c I inspect value
    • C-c C-t trace
    • slime-describe-symbol
      • C-c C-d d
      • C-c C-d C-d
      • C-c C-d C-h key-bind list of slime-describe-symbol
  • etc
    • M-/ file path補完