You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/usage/usage.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Lem has Emacs-like keybindings, as well as a vi emulation (`Alt-x vi-mode`).
20
20
21
21
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`).
22
22
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).
24
24
25
25
To switch buffers: `C-x b`.
26
26
@@ -268,7 +268,7 @@ buffers.
268
268
269
269
To make the current window disappear, use `C-x 0` (a zero) (`delete-active-window`).
270
270
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`.
272
272
273
273
To switch to the previously active window, use `Alt-x
274
274
switch-to-last-focused-window`, which is not bound to a key by
@@ -368,7 +368,7 @@ See more in the Configuration section.
368
368
Lem has a system of *abbreviation* that permits to auto-complete any
369
369
text that was previously entered in any text buffer.
370
370
371
-
By default, `abbrev` is bound to `M-/`
371
+
By default, `abbrev` is bound to `Alt-/`
372
372
373
373
In vi's insert-mode, it is also bound to `C-p`.
374
374
@@ -539,7 +539,7 @@ See also: `Alt-x project-grep`, bound to `C-x p g`.
539
539
540
540
## multiple cursors
541
541
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.
543
543
544
544
## opening links
545
545
@@ -643,7 +643,7 @@ interactive program.
643
643
644
644
<imgclass=""src="/terminal-vterm.png"alt="Lem's terminal based on libvterm"width="600px">
645
645
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`).
0 commit comments