You mean `*\C-xk*` would mess up the split window as well? In my case, another window would replace the killed window.
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. 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. Hongxu Chen On Fri, Mar 8, 2013 at 6:05 PM, Sanel Zukan <[email protected]> wrote: > Hi all, > > I'm just curious how do you guys handle this case? I often have screen > split with a couple of buffers and when I delete one of them, split > got messed up. > > Vim have one cool trick for this: ':bp|bd #' and evil will only execute > ':bp' part. Is it hard to add similar feature (this looks to me like > piping the commands) or Emacs has something better under the belt? > > Regards, > Sanel > > _______________________________________________ > implementations-list mailing list > [email protected] > https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
_______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
