Skip to content

Commit 66699ad

Browse files
committed
buffers: C-x b and C-x C-b
1 parent d6c340b commit 66699ad

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

content/en/usage/usage.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,15 +209,20 @@ You can also see them in Lem's dashboard.
209209

210210
### Switching buffers
211211

212-
To switch buffers, use `C-x Left/Right arrow` (aka `Alt-x previous-buffer` and `next-buffer`).
212+
To quickly switch buffers, use `C-x Left/Right arrow` (aka `Alt-x previous-buffer` and `next-buffer`).
213213

214-
To choose a buffer interactively, use `C-x b` (aka `Alt-x
215-
list-buffers`). You are presented a completion window. Type some text
214+
To choose a buffer interactively, use `C-x b` (aka `Alt-x select-buffer`).
215+
You are presented a completion window. Type some text
216216
to start narrowing the buffers list matching your entry. But that's not all.
217217

218-
You can also use Space to select or deselect entries, then use a right
219-
click to choose an action to apply on the selected buffers. Default
220-
actions are to kill the selected buffers, or to save them.
218+
Use `C-x C-b` (aka `Alt-x list-buffers`) to manage buffers. You are
219+
presented the list of existing buffers, into which you can:
220+
- use Enter to select a buffer,
221+
- press Space to select or deselect entries, then call an action on them:
222+
- use `C-k` to kill the selected buffers.
223+
- in a GUI, use a right click to choose an action to apply on the
224+
selected buffers. The default available actions are to kill the
225+
selected buffers, or to save them.
221226

222227
### Creating new buffers
223228

0 commit comments

Comments
 (0)