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
@@ -426,30 +428,30 @@ <h3>Key bindings<a class="headerlink" href="#key-bindings" title="Permalink to t
426
428
the <kbdclass="kbd docutils literal notranslate">Command</kbd> key on macOS.</p>
427
429
<ul>
428
430
<li><p><kbdclass="kbd docutils literal notranslate">Backspace</kbd> deletes to the left; <kbdclass="kbd docutils literal notranslate">Del</kbd> deletes to the right</p></li>
429
-
<li><p><kbdclass="kbd docutils literal notranslate">C-Backspace</kbd> delete word left; <kbdclass="kbd docutils literal notranslate">C-Del</kbd> delete word to the right</p></li>
430
-
<li><p>Arrow keys and <kbdclass="kbd docutils literal notranslate">PageUp</kbd>/<kbdclass="kbd docutils literal notranslate">PageDown</kbd> to move around</p></li>
431
-
<li><p><kbdclass="kbd docutils literal notranslate">C-LeftArrow</kbd> and <kbdclass="kbd docutils literal notranslate">C-RightArrow</kbd> moves by words</p></li>
431
+
<li><p><kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">Backspace</kbd></kbd> delete word left; <kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">Del</kbd></kbd> delete word to the right</p></li>
<li><p><kbdclass="kbd docutils literal notranslate">Home</kbd>/<kbdclass="kbd docutils literal notranslate">End</kbd> go to begin/end of line</p></li>
433
-
<li><p><kbdclass="kbd docutils literal notranslate">C-Home</kbd>/<kbdclass="kbd docutils literal notranslate">C-End</kbd> go to begin/end of file</p></li>
435
+
<li><p><kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">Home</kbd></kbd>/<kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">End</kbd></kbd> go to begin/end of file</p></li>
434
436
<li><p>Some useful Emacs bindings are inherited from Tcl/Tk:</p>
435
437
<blockquote>
436
438
<div><ulclass="simple">
437
-
<li><p><kbdclass="kbd docutils literal notranslate">C-a</kbd> beginning of line</p></li>
438
-
<li><p><kbdclass="kbd docutils literal notranslate">C-e</kbd> end of line</p></li>
439
-
<li><p><kbdclass="kbd docutils literal notranslate">C-k</kbd> kill line (but doesn’t put it in clipboard)</p></li>
440
-
<li><p><kbdclass="kbd docutils literal notranslate">C-l</kbd> center window around the insertion point</p></li>
441
-
<li><p><kbdclass="kbd docutils literal notranslate">C-b</kbd> go backward one character without deleting (usually you can
<li><p><kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">e</kbd></kbd> end of line</p></li>
441
+
<li><p><kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">k</kbd></kbd> kill line (but doesn’t put it in clipboard)</p></li>
442
+
<li><p><kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">l</kbd></kbd> center window around the insertion point</p></li>
443
+
<li><p><kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">b</kbd></kbd> go backward one character without deleting (usually you can
442
444
also use the cursor key for this)</p></li>
443
-
<li><p><kbdclass="kbd docutils literal notranslate">C-f</kbd> go forward one character without deleting (usually you can
445
+
<li><p><kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">f</kbd></kbd> go forward one character without deleting (usually you can
444
446
also use the cursor key for this)</p></li>
445
-
<li><p><kbdclass="kbd docutils literal notranslate">C-p</kbd> go up one line (usually you can also use the cursor key for
447
+
<li><p><kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">p</kbd></kbd> go up one line (usually you can also use the cursor key for
446
448
this)</p></li>
447
-
<li><p><kbdclass="kbd docutils literal notranslate">C-d</kbd> delete next character</p></li>
<p>Instead of waiting, or after a box is closed, open a completion box
488
490
immediately with Show Completions on the Edit menu. The default hot
489
-
key is <kbdclass="kbd docutils literal notranslate">C-space</kbd>. If one types a prefix for the desired name
491
+
key is <kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">space</kbd></kbd>. If one types a prefix for the desired name
490
492
before opening the box, the first match or near miss is made visible.
491
493
The result is the same as if one enters a prefix
492
494
after the box is displayed. Show Completions after a quote completes
<li><p><kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">C</kbd>-<kbdclass="kbd docutils literal notranslate">d</kbd></kbd> sends end-of-file; closes window if typed at a <codeclass="docutils literal notranslate"><spanclass="pre">>>></span></code> prompt</p></li>
566
+
<li><p><kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">Alt</kbd>-<kbdclass="kbd docutils literal notranslate">/</kbd></kbd> (Expand word) is also useful to reduce typing</p>
565
567
<p>Command history</p>
566
568
<ulclass="simple">
567
-
<li><p><kbdclass="kbd docutils literal notranslate">Alt-p</kbd> retrieves previous command matching what you have typed. On
568
-
macOS use <kbdclass="kbd docutils literal notranslate">C-p</kbd>.</p></li>
569
-
<li><p><kbdclass="kbd docutils literal notranslate">Alt-n</kbd> retrieves next. On macOS use <kbdclass="kbd docutils literal notranslate">C-n</kbd>.</p></li>
569
+
<li><p><kbdclass="kbd docutils literal notranslate"><kbdclass="kbd docutils literal notranslate">Alt</kbd>-<kbdclass="kbd docutils literal notranslate">p</kbd></kbd> retrieves previous command matching what you have typed. On
0 commit comments