0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

xyzzyのタブをホイールクリックで閉じる

Posted at

デフォルトではxyzzyのタブはホイールクリック(センタークリック)で閉じる事はできませんが、拡張を入れると可能になります。

むしろこれはデフォルトで入っててくれると嬉しいんですが、なんでないんだろう。

やり方

tips/バッファタブを拡張 - XyzzyWiki

から

buffer-bar-click-to-delete-060610.zip

をダウンロードしてきて、ファイルを展開して、
buffer-bar-mc-hook.dllxyzzy.exeと同じフォルダに入れて、buffer-bar-click-to-delete.lsite-lispディレクトリに保存する。

んで、.xyzzy(require "buffer-bar-click-to-delete")を追加すればOK.

おまけ

ちなみに自分の場合は.xyzzyがでかすぎて何がどこに書いてあるかわからなくなってきたので

.xyzzy(mapcar 'mc-load-file (directory "~/.xyzzy.d" :absolute t :wild "*.l"))

と書いといて~/.xyzzy.d/20-tab.lrequireしてます。

mc-load-fileだと設定ファイルをutf8で書けるのがとても良い。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?