Replace close words by delete in documentation

This commit is contained in:
syl20bnr 2016-02-14 23:11:52 -05:00
parent 4348c17433
commit 5ac51287cd
2 changed files with 5 additions and 5 deletions

View File

@ -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 |

View File

@ -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 |