aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2018-12-21 01:41:25 +0200
committerJuri Linkov2018-12-21 01:41:25 +0200
commit157ada833f36b9919be44ad4ecbae6d94c808dec (patch)
treebb75cb834bea9b80124e7313dd6b85347f04f08b /etc
parent3f36651c6470bab951f12f486eb4928235f1ba50 (diff)
downloademacs-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/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7a2123a2128..31067c3ff3e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -346,8 +346,9 @@ The new command 'windmove-delete-default-keybindings' binds default
346keys with provided prefix (by default, C-x) and modifiers (by default, 346keys with provided prefix (by default, C-x) and modifiers (by default,
347Shift) to the commands that delete the window in the specified 347Shift) to the commands that delete the window in the specified
348direction. For example, 'C-x S-down' deletes the window below. 348direction. For example, 'C-x S-down' deletes the window below.
349With a prefix arg 'C-u', deletes the selected window and selects 349With a prefix arg 'C-u', also kills the buffer in that window.
350the window that was in the specified direction. 350With `M-0', deletes the selected window and selects the window
351that was in the specified direction.
351 352
352** Octave mode 353** Octave mode
353The mode is automatically enabled in files that start with the 354The mode is automatically enabled in files that start with the