mattfidler / tabbar-ruler.el

Tabbar Ruler Mode
54 stars 10 forks source link

how to bind key to close current tab? #49

Closed ziyouchutuwenwu closed 8 years ago

ziyouchutuwenwu commented 8 years ago

is there any function to call to close the current tab? i m-x to list functions about "tabbar close"

but i don't know how to call

mattfidler commented 8 years ago

Look for the command kill buffer. It is the emacs equivalent.

On Sun, Aug 21, 2016, 9:48 AM ziyouchutuwenwu notifications@github.com wrote:

is there any function to call to close the current tab? i m-x to list functions about "tabbar close"

but i don't know how to call

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mattfidler/tabbar-ruler.el/issues/49, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfa2n4CwOJaHgY4qgJTl2GvTUpSdT1Jks5qiGU2gaJpZM4JpUAQ .

ziyouchutuwenwu commented 8 years ago

thank you very much!