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
  • 54 minutes ago
  • 12 years ago

Installs

  • Total 659
  • Win 264
  • Mac 222
  • Linux 173
May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29
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