Skip to content

Instantly share code, notes, and snippets.

@vitaLee
vitaLee / snap_lines_to_indent_level_command.py
Created June 5, 2012 17:02
SublimeText command for snapping displaced text to indentation
# sample shortcuts
{ "keys": ["ctrl+super+]"], "command": "snap_lines_to_indent_level", "args": { "snap_direction": 1 } },
{ "keys": ["ctrl+super+["], "command": "snap_lines_to_indent_level", "args": { "snap_direction": -1 } }