Skip to content

Commit ccb68c1

Browse files
committed
M- -> Alt-
1 parent 6d53ee5 commit ccb68c1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/usage/usage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Lem has Emacs-like keybindings, as well as a vi emulation (`Alt-x vi-mode`).
2020

2121
So, to open a file, press `C-x C-f` (you get the file selection dialog shown above). To save it, it's `C-x C-s`. To save many buffers at once, use `C-x s` (`Alt-x save-some-buffers`).
2222

23-
To switch windows (aka splits of a screen): `C-x o` ('o' letter) and `M-o`. To make a window fullscreen: `C-x 1`. To split it vertically: `C-x 3` and horizontally: `C-x 2`. To make the current window disappear: `C-x 0` (zero).
23+
To switch windows (aka splits of a screen): `C-x o` ('o' letter) and `Alt-o`. To make a window fullscreen: `C-x 1`. To split it vertically: `C-x 3` and horizontally: `C-x 2`. To make the current window disappear: `C-x 0` (zero).
2424

2525
To switch buffers: `C-x b`.
2626

@@ -268,7 +268,7 @@ buffers.
268268

269269
To make the current window disappear, use `C-x 0` (a zero) (`delete-active-window`).
270270

271-
To switch windows (aka splits of a screen), use `C-x o` ('o' letter) or `M-o`.
271+
To switch windows (aka splits of a screen), use `C-x o` ('o' letter) or `Alt-o`.
272272

273273
To switch to the previously active window, use `Alt-x
274274
switch-to-last-focused-window`, which is not bound to a key by
@@ -368,7 +368,7 @@ See more in the Configuration section.
368368
Lem has a system of *abbreviation* that permits to auto-complete any
369369
text that was previously entered in any text buffer.
370370

371-
By default, `abbrev` is bound to `M-/`
371+
By default, `abbrev` is bound to `Alt-/`
372372

373373
In vi's insert-mode, it is also bound to `C-p`.
374374

@@ -539,7 +539,7 @@ See also: `Alt-x project-grep`, bound to `C-x p g`.
539539

540540
## multiple cursors
541541

542-
Use `M-C` (Alt and capital c), `Alt-x add-cursors-to-next-line` to add a cursor to the next line.
542+
Use `Alt-C` (Alt and capital c), `Alt-x add-cursors-to-next-line` to add a cursor to the next line.
543543

544544
## opening links
545545

@@ -643,7 +643,7 @@ interactive program.
643643

644644
<img class="" src="/terminal-vterm.png" alt="Lem's terminal based on libvterm" width="600px">
645645

646-
Alternatively, if you just need to run a single shell command, you can do that with `C-x @` (`M-x pipe-command`).
646+
Alternatively, if you just need to run a single shell command, you can do that with `C-x @` (`Alt-x pipe-command`).
647647

648648

649649
## Misc

0 commit comments

Comments
 (0)