jisaacks / MaxPane

Sublime Text plugin to quickly maximize a pane in a multi pane layout without resetting the layout.
MIT License
78 stars 9 forks source link

Toggle "word_wrap" setting with maximize/unmaximize #5

Closed jpcirrus closed 10 years ago

jpcirrus commented 11 years ago

The reason I maximize a pane is because I want to see more content, and as I have "word_wrap": true in my settings, usually have to then toggle word wrap to unwrap as soon as the pane is maximized, and vice a versa on unmaximize.

A setting with a default of false would be helpful.

jisaacks commented 10 years ago

You can use ChainOfCommand to bind a key combo to run multiple commands. That should solve this use case.