hi.. need help on creating lsp that can:
> zoom back from previous zoom
explaination as below:
```````````````````
view1 -> view2 -> view3(current view)
when command zoom 'previous' execute will result in;
view1 -> view2(current view) -> view3
so how to zoom back to view3 ?!
thanks