diff options
| author | Juri Linkov | 2018-12-21 01:41:25 +0200 |
|---|---|---|
| committer | Juri Linkov | 2018-12-21 01:41:25 +0200 |
| commit | 157ada833f36b9919be44ad4ecbae6d94c808dec (patch) | |
| tree | bb75cb834bea9b80124e7313dd6b85347f04f08b /etc | |
| parent | 3f36651c6470bab951f12f486eb4928235f1ba50 (diff) | |
| download | emacs-157ada833f36b9919be44ad4ecbae6d94c808dec.tar.gz emacs-157ada833f36b9919be44ad4ecbae6d94c808dec.zip | |
* lisp/windmove.el (windmove-delete-in-direction): Change prefix arg C-u
to kill the buffer. Add prefix arg M-0 to delete the selected window.
(Bug#32790)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -346,8 +346,9 @@ The new command 'windmove-delete-default-keybindings' binds default | |||
| 346 | keys with provided prefix (by default, C-x) and modifiers (by default, | 346 | keys with provided prefix (by default, C-x) and modifiers (by default, |
| 347 | Shift) to the commands that delete the window in the specified | 347 | Shift) to the commands that delete the window in the specified |
| 348 | direction. For example, 'C-x S-down' deletes the window below. | 348 | direction. For example, 'C-x S-down' deletes the window below. |
| 349 | With a prefix arg 'C-u', deletes the selected window and selects | 349 | With a prefix arg 'C-u', also kills the buffer in that window. |
| 350 | the window that was in the specified direction. | 350 | With `M-0', deletes the selected window and selects the window |
| 351 | that was in the specified direction. | ||
| 351 | 352 | ||
| 352 | ** Octave mode | 353 | ** Octave mode |
| 353 | The mode is automatically enabled in files that start with the | 354 | The mode is automatically enabled in files that start with the |