Sunday, November 2, 2014

Re: vim: Zoomwin plugin stop working after

On Sat, Nov 01, 2014, ping song wrote:
> it's very easy to reproduce. just <c-w><c-o> and then all windows
> won't came back anymore. I know this is expected. but what's the value
> to keep that if we have Zoomwin? the suggestion will be to provide an
> option to also map that to what <c-w>_o does...

Are you saying that <C-w>o works but not <C-w><C-o>? That's easy to fix:
put this in your .vimrc:

nmap <C-w><C-o> <C-w>o

--
Eric Christopherson

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: