krisajenkins / evil-tabs

Integrating Vim-style tabs for Evil mode users.
MIT License
66 stars 11 forks source link

Add ^WT binding to close/tab the current-buffer #9

Closed yamadapc closed 9 years ago

yamadapc commented 9 years ago

This mimicks Vim's behaviour to open the current-buffer on its own tab (and close it) with ^WT. If there's only one window on the current tab, nothing happens (as in Vim). This closes #3.

krisajenkins commented 9 years ago

That's a really nice addition. Thanks!