diff options
| author | Tino Calancha | 2016-07-08 17:22:56 +0900 |
|---|---|---|
| committer | Tino Calancha | 2016-07-08 17:22:56 +0900 |
| commit | 56c8551219ecace0157ce813733adf8eecb38c32 (patch) | |
| tree | c7902df718f37216c749a1b6dabc80f8c8dc61f8 /etc | |
| parent | 0e6fa2ddf76a1d702d836db3786ec1e34f7dcf54 (diff) | |
| download | emacs-56c8551219ecace0157ce813733adf8eecb38c32.tar.gz emacs-56c8551219ecace0157ce813733adf8eecb38c32.zip | |
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. | |||
| 199 | ** Ibuffer | 199 | ** Ibuffer |
| 200 | 200 | ||
| 201 | --- | 201 | --- |
| 202 | *** A new command 'ibuffer-copy-buffername-as-kill'; bound | ||
| 203 | to 'B'. | ||
| 204 | |||
| 205 | --- | ||
| 202 | *** New command 'ibuffer-change-marks'; bound to '* c'. | 206 | *** New command 'ibuffer-change-marks'; bound to '* c'. |
| 203 | 207 | ||
| 204 | --- | 208 | --- |