ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

E-Max

by glyph ST2

Emacs keybindings for the Sublime Text editor.

Details

  • 2016.05.02.20.30.57
  • github.​com
  • github.​com
  • 8 years ago
  • 41 minutes ago
  • 12 years ago

Installs

  • Total 659
  • Win 264
  • Mac 222
  • Linux 173
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

E-Max

There are several plugins that emulate other editors' keybindings for Sublime Text 2, but only E-Max gives you the maximum amount of E...macs.

Rather than just emulating a few cursor-movement keystrokes inconsistently across platforms, this plugin aims to comprehensively emulate the behavior you're used to, mapping the same relative physical keys the same way on each platform that Sublime supports, so that a true Emacs veteran will instantly feel at home. Kill-ring, swap point and mark, the meta key in the right position (under your thumb), cancel with C-g, isearch with recall: it's all (mostly) there. And if it's not, feel free to send a pull request!

As it was written by a Python programmer, this also includes some Python-specific emacs goodies, like docstring wrapping and some python-specific bindings, such as emulation of python-shift-left/python-shift-right.

E-Max was also designed with courtesy in mind. Pair programming partner doesn't like Emacs? No problem! Just hit a keystroke that all we keyboard contortionists will have no difficulty with – control-meta-shift-quote – and you can instantly disable all emacs-like behavior and go back to the platform- variable Sublime Text defaults.

Installation

Copy all files from this directory into a directory called E-Max in your Sublime Text 2 Packages directory. If you use git, you can do that very easily:

$ cd ~/config/sublime-text-2/Packages $ git clone https://github.com/glyph/E-Max.git

If you do this correctly, you'll then see "E-Max: ON" in the mode line in Sublime.

On Mac OS X and Windows the Packages directory is located elsewhere. You can determine its location from inside Sublime: use "View" / "Show Console" to open the console, paste the command sublime.packages_path() and then press ENTER.

Copyright © 2012