diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 1d1506318..a120245bd 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1521,7 +1521,7 @@ Windows manipulation commands (start with ~w~): |------------------------+-----------------------------------------------------------------------------| | ~SPC w =~ | balance split windows | | ~SPC w b~ | force the focus back to the minibuffer (usefull with =helm= popups) | -| ~SPC w d~ | close a window | +| ~SPC w d~ | delete a window | | ~SPC w D~ | delete another window using [[https://github.com/abo-abo/ace-window][ace-delete-window]] | | ~SPC w t~ | toggle window dedication (dedicated window cannot be reused by a mode) | | ~SPC w f~ | toggle follow mode | @@ -1573,8 +1573,8 @@ window resizing. | ~]~ | enlarge window horizontally | | ~{~ | shrink window vertically | | ~}~ | enlarge window vertically | -| ~d~ | close window | -| ~D~ | close other windows | +| ~d~ | delete window | +| ~D~ | delete other windows | | ~g~ | toggle =golden-ratio= on and off | | ~h~ | go to window on the left | | ~j~ | go to window below | diff --git a/layers/+window-management/spacemacs-layouts/README.org b/layers/+window-management/spacemacs-layouts/README.org index 0fd2ab26f..9f4661705 100644 --- a/layers/+window-management/spacemacs-layouts/README.org +++ b/layers/+window-management/spacemacs-layouts/README.org @@ -43,8 +43,8 @@ The layouts transient-state is initiated with ~SPC l~. | ~a~ | add a buffer to the current layout | | ~A~ | add all the buffers from another layout in the current one | | ~b~ | select a buffer in the current layout | -| ~d~ | close the current layout and keep its buffers | -| ~D~ | close the other layouts and keep their buffers | +| ~d~ | delete the current layout and keep its buffers | +| ~D~ | delete the other layouts and keep their buffers | | ~h~ | go to default layout | | ~C-h~ | previous layout in list | | ~l~ | select/create a layout with helm |