purcell / whole-line-or-region

In Emacs, operate on current line if no region is active
114 stars 12 forks source link

added wrappers for rigid indentation commands #15

Closed ivan-krukov closed 3 years ago

ivan-krukov commented 3 years ago

indent-rigidly-... commands come in handy with python often. I think this is a good candidate to be added here, since the default behaviour is similar to what kill-region does.

I really enjoy the package, and love the tests that you set up!

Thanks.

purcell commented 3 years ago

This is awesome, thanks so much! I might bind these to M-<right> / M-<left> myself, to match the org-mode bindings...