Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

バッファタブのホイールクリック #126

Open
x022235 opened this issue Mar 19, 2012 · 0 comments
Open

バッファタブのホイールクリック #126

x022235 opened this issue Mar 19, 2012 · 0 comments

Comments

@x022235
Copy link
Member

x022235 commented Mar 19, 2012

264 名前:名無し~3.EXE[sage] 投稿日:04/08/03(火) 14:58 ID:9/Na8q2b
タブブラウザみたいに、バッファタブをホイールクリックで
閉じられるようにしたいんですけど、どうしたらよいのでしょうか?

いろいろ参考にしながら以下のようなのを作ったのですが、
これだとバッファタブのホイールクリックでは閉じないし、
バッファ内でホイールクリックすると、どこでも閉じてしまって全く使い物になりません(泣)
--------
(defun close-buffer-middleclick ()
(interactive)
(close-selected-buffer))
(global-set-key #\MBtnUp 'close-buffer-middleclick)

http://www.bookshelf.jp/2ch/win/1085301777.html#264

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant