diff options
author | Tino Calancha <tino.calancha@gmail.com> | 2016-07-08 17:22:56 +0900 |
---|---|---|
committer | Tino Calancha <tino.calancha@gmail.com> | 2016-07-08 17:22:56 +0900 |
commit | 56c8551219ecace0157ce813733adf8eecb38c32 (patch) | |
tree | c7902df718f37216c749a1b6dabc80f8c8dc61f8 /etc | |
parent | 0e6fa2ddf76a1d702d836db3786ec1e34f7dcf54 (diff) |
Copy buffer names to kill ring
* ibuf-ext.el (ibuffer-copy-buffername-as-kill): New command.
* lisp/ibuffer (ibuffer-mode-map): Bound it to 'B'.
;* etc/NEWS: Add entry for this new feature.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -199,6 +199,10 @@ same as in modes where the character is not whitespace. ** Ibuffer --- +*** A new command 'ibuffer-copy-buffername-as-kill'; bound +to 'B'. + +--- *** New command 'ibuffer-change-marks'; bound to '* c'. --- |