You mean `<b>\C-xk</b>` would mess up the split window as well? In my case, another window would replace the killed window.<div><br></div><div>I feel that evil does so little support for the window operations. For instance, the `Ctrl-w_v` in vim has not been emulated yet(the key is binded with `split-window-right`, which is defined in window.el). Everything goes all right until I have to split more windows with `Ctrl-w_v` and `Ctrl-w_s`, the size of the windows are now adjusted properly.</div>
<div><br></div><div>Also evil has no support for multiple tabs, so we have to use other screen extensions like escreen/elscreen in Emacs and make some keybindings.�</div><div><br></div><div>Hongxu Chen</div><div><br><div class="gmail_quote">
On Fri, Mar 8, 2013 at 6:05 PM, Sanel Zukan <span dir="ltr">&lt;<a href="mailto:sanelz@gmail.com" target="_blank">sanelz@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I&#39;m just curious how do you guys handle this case? I often have screen<br>
split with a couple of buffers and when I delete one of them, split<br>
got messed up.<br>
<br>
Vim have one cool trick for this: &#39;:bp|bd #&#39; and evil will only execute<br>
&#39;:bp&#39; part. Is it hard to add similar feature (this looks to me like<br>
piping the commands) or Emacs has something better under the belt?<br>
<br>
Regards,<br>
Sanel<br>
<br>
_______________________________________________<br>
implementations-list mailing list<br>
<a href="mailto:implementations-list@lists.ourproject.org">implementations-list@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list</a></blockquote></div>
</div>