Skip to content

mzahor/sublimap

Repository files navigation

SubliMap - MapReduce for Sublime

Intro

SubliMap is a plugin for Sublime Text 2 which enables you to use MapReduce algorithm directly in the editor using selected regions as input. This is plugin for developers, so if you use it efficiently you need to know a bit of Python and know how to use Python console, integrated in Sublime Text to fix possible errors or typos in lamda expression.

Demo

alt tag

Keymapping

[
	{ "keys": ["ctrl+alt+m"], "command": "subli_map" },
	{ "keys": ["ctrl+alt+r"], "command": "subli_reduce" }
]

About

"map" and "reduce" functions on Sublime Text 2/3 regions (multiple cursors)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published