Skip to content

Instantly share code, notes, and snippets.

@jasonm23
Created March 30, 2012 01:06
Show Gist options
  • Save jasonm23/2245462 to your computer and use it in GitHub Desktop.
Save jasonm23/2245462 to your computer and use it in GitHub Desktop.
Mac specific Cocoa Emacs key bindings

Emacs Cocoa Mac/OS X specific key bindings

  • + & kill-this-buffer
  • + ' next-multiframe-window
  • + , customize
  • + - center-line
  • + ; ispell-next
  • + shift + : ispell
  • + shift + ? info
  • + shift + C popup-color-panel
  • + shift + D dired
  • + shift + E edit-abbrevs
  • + shift + H do-hide-others
  • + shift + L shell-command
  • + shift + M manual-entry
  • + shift + S ns-write-file-using-panel
  • + shift + ^ kill-some-buffers
  • + ` other-frame
  • + a mark-whole-buffer
  • + c ns-copy-including-secondary
  • + d isearch-repeat-backward
  • + e isearch-yank-kill
  • + f isearch-forward
  • + g isearch-repeat-forward
  • + h ns-do-hide-emacs
  • + j exchange-point-and-mark
  • + k kill-this-buffer
  • + l goto-line
  • + m iconify-frame
  • + n make-frame
  • + o ns-open-file-using-panel
  • + p ns-print-buffer
  • + q save-buffers-kill-emacs
  • + s save-buffer
  • + t ns-popup-font-panel
  • + u revert-buffer
  • + v yank
  • + w delete-frame
  • + x kill-region
  • + y ns-paste-secondary
  • + z undo
  • + | shell-command-on-region
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment