summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2016-07-08 17:22:56 +0900
committerTino Calancha <tino.calancha@gmail.com>2016-07-08 17:22:56 +0900
commit56c8551219ecace0157ce813733adf8eecb38c32 (patch)
treec7902df718f37216c749a1b6dabc80f8c8dc61f8 /etc
parent0e6fa2ddf76a1d702d836db3786ec1e34f7dcf54 (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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f9fbe03e08..54b62f02ee 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
---