mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 18:52:35 +02:00
commit bash-20170324 snapshot
This commit is contained in:
+22
-20
@@ -6,8 +6,10 @@
|
||||
\entry{backward-word (M-b)}{120}{\code {backward-word (M-b)}}
|
||||
\entry{shell-forward-word ()}{120}{\code {shell-forward-word ()}}
|
||||
\entry{shell-backward-word ()}{120}{\code {shell-backward-word ()}}
|
||||
\entry{clear-screen (C-l)}{120}{\code {clear-screen (C-l)}}
|
||||
\entry{redraw-current-line ()}{120}{\code {redraw-current-line ()}}
|
||||
\entry{previous-screen-line ()}{120}{\code {previous-screen-line ()}}
|
||||
\entry{next-screen-line ()}{121}{\code {next-screen-line ()}}
|
||||
\entry{clear-screen (C-l)}{121}{\code {clear-screen (C-l)}}
|
||||
\entry{redraw-current-line ()}{121}{\code {redraw-current-line ()}}
|
||||
\entry{accept-line (Newline or Return)}{121}{\code {accept-line (Newline or Return)}}
|
||||
\entry{previous-history (C-p)}{121}{\code {previous-history (C-p)}}
|
||||
\entry{next-history (C-n)}{121}{\code {next-history (C-n)}}
|
||||
@@ -18,16 +20,16 @@
|
||||
\entry{non-incremental-reverse-search-history (M-p)}{121}{\code {non-incremental-reverse-search-history (M-p)}}
|
||||
\entry{non-incremental-forward-search-history (M-n)}{121}{\code {non-incremental-forward-search-history (M-n)}}
|
||||
\entry{history-search-forward ()}{121}{\code {history-search-forward ()}}
|
||||
\entry{history-search-backward ()}{121}{\code {history-search-backward ()}}
|
||||
\entry{history-substring-search-forward ()}{121}{\code {history-substring-search-forward ()}}
|
||||
\entry{history-search-backward ()}{122}{\code {history-search-backward ()}}
|
||||
\entry{history-substring-search-forward ()}{122}{\code {history-substring-search-forward ()}}
|
||||
\entry{history-substring-search-backward ()}{122}{\code {history-substring-search-backward ()}}
|
||||
\entry{yank-nth-arg (M-C-y)}{122}{\code {yank-nth-arg (M-C-y)}}
|
||||
\entry{yank-last-arg (M-. or M-_)}{122}{\code {yank-last-arg (M-. or M-_)}}
|
||||
\entry{end-of-file (usually C-d)}{122}{\code {\i {end-of-file} (usually C-d)}}
|
||||
\entry{delete-char (C-d)}{122}{\code {delete-char (C-d)}}
|
||||
\entry{backward-delete-char (Rubout)}{122}{\code {backward-delete-char (Rubout)}}
|
||||
\entry{forward-backward-delete-char ()}{122}{\code {forward-backward-delete-char ()}}
|
||||
\entry{quoted-insert (C-q or C-v)}{122}{\code {quoted-insert (C-q or C-v)}}
|
||||
\entry{backward-delete-char (Rubout)}{123}{\code {backward-delete-char (Rubout)}}
|
||||
\entry{forward-backward-delete-char ()}{123}{\code {forward-backward-delete-char ()}}
|
||||
\entry{quoted-insert (C-q or C-v)}{123}{\code {quoted-insert (C-q or C-v)}}
|
||||
\entry{self-insert (a, b, A, 1, !, ...{})}{123}{\code {self-insert (a, b, A, 1, !, \dots {})}}
|
||||
\entry{bracketed-paste-begin ()}{123}{\code {bracketed-paste-begin ()}}
|
||||
\entry{transpose-chars (C-t)}{123}{\code {transpose-chars (C-t)}}
|
||||
@@ -36,8 +38,8 @@
|
||||
\entry{downcase-word (M-l)}{123}{\code {downcase-word (M-l)}}
|
||||
\entry{capitalize-word (M-c)}{123}{\code {capitalize-word (M-c)}}
|
||||
\entry{overwrite-mode ()}{123}{\code {overwrite-mode ()}}
|
||||
\entry{kill-line (C-k)}{123}{\code {kill-line (C-k)}}
|
||||
\entry{backward-kill-line (C-x Rubout)}{123}{\code {backward-kill-line (C-x Rubout)}}
|
||||
\entry{kill-line (C-k)}{124}{\code {kill-line (C-k)}}
|
||||
\entry{backward-kill-line (C-x Rubout)}{124}{\code {backward-kill-line (C-x Rubout)}}
|
||||
\entry{unix-line-discard (C-u)}{124}{\code {unix-line-discard (C-u)}}
|
||||
\entry{kill-whole-line ()}{124}{\code {kill-whole-line ()}}
|
||||
\entry{kill-word (M-d)}{124}{\code {kill-word (M-d)}}
|
||||
@@ -50,16 +52,16 @@
|
||||
\entry{kill-region ()}{124}{\code {kill-region ()}}
|
||||
\entry{copy-region-as-kill ()}{124}{\code {copy-region-as-kill ()}}
|
||||
\entry{copy-backward-word ()}{124}{\code {copy-backward-word ()}}
|
||||
\entry{copy-forward-word ()}{124}{\code {copy-forward-word ()}}
|
||||
\entry{yank (C-y)}{124}{\code {yank (C-y)}}
|
||||
\entry{yank-pop (M-y)}{124}{\code {yank-pop (M-y)}}
|
||||
\entry{copy-forward-word ()}{125}{\code {copy-forward-word ()}}
|
||||
\entry{yank (C-y)}{125}{\code {yank (C-y)}}
|
||||
\entry{yank-pop (M-y)}{125}{\code {yank-pop (M-y)}}
|
||||
\entry{digit-argument (M-0, M-1, ...{} M--)}{125}{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}
|
||||
\entry{universal-argument ()}{125}{\code {universal-argument ()}}
|
||||
\entry{complete (TAB)}{125}{\code {complete (\key {TAB})}}
|
||||
\entry{possible-completions (M-?)}{125}{\code {possible-completions (M-?)}}
|
||||
\entry{insert-completions (M-*)}{125}{\code {insert-completions (M-*)}}
|
||||
\entry{menu-complete ()}{125}{\code {menu-complete ()}}
|
||||
\entry{menu-complete-backward ()}{125}{\code {menu-complete-backward ()}}
|
||||
\entry{menu-complete-backward ()}{126}{\code {menu-complete-backward ()}}
|
||||
\entry{delete-char-or-list ()}{126}{\code {delete-char-or-list ()}}
|
||||
\entry{complete-filename (M-/)}{126}{\code {complete-filename (M-/)}}
|
||||
\entry{possible-filename-completions (C-x /)}{126}{\code {possible-filename-completions (C-x /)}}
|
||||
@@ -72,8 +74,8 @@
|
||||
\entry{complete-command (M-!)}{126}{\code {complete-command (M-!)}}
|
||||
\entry{possible-command-completions (C-x !)}{126}{\code {possible-command-completions (C-x !)}}
|
||||
\entry{dynamic-complete-history (M-TAB)}{126}{\code {dynamic-complete-history (M-\key {TAB})}}
|
||||
\entry{dabbrev-expand ()}{126}{\code {dabbrev-expand ()}}
|
||||
\entry{complete-into-braces (M-{\indexlbrace })}{126}{\code {complete-into-braces (M-{\tt \char 123})}}
|
||||
\entry{dabbrev-expand ()}{127}{\code {dabbrev-expand ()}}
|
||||
\entry{complete-into-braces (M-{\indexlbrace })}{127}{\code {complete-into-braces (M-{\tt \char 123})}}
|
||||
\entry{start-kbd-macro (C-x ()}{127}{\code {start-kbd-macro (C-x ()}}
|
||||
\entry{end-kbd-macro (C-x ))}{127}{\code {end-kbd-macro (C-x ))}}
|
||||
\entry{call-last-kbd-macro (C-x e)}{127}{\code {call-last-kbd-macro (C-x e)}}
|
||||
@@ -85,17 +87,17 @@
|
||||
\entry{undo (C-_ or C-x C-u)}{127}{\code {undo (C-_ or C-x C-u)}}
|
||||
\entry{revert-line (M-r)}{127}{\code {revert-line (M-r)}}
|
||||
\entry{tilde-expand (M-&)}{127}{\code {tilde-expand (M-&)}}
|
||||
\entry{set-mark (C-@)}{127}{\code {set-mark (C-@)}}
|
||||
\entry{exchange-point-and-mark (C-x C-x)}{127}{\code {exchange-point-and-mark (C-x C-x)}}
|
||||
\entry{character-search (C-])}{127}{\code {character-search (C-])}}
|
||||
\entry{set-mark (C-@)}{128}{\code {set-mark (C-@)}}
|
||||
\entry{exchange-point-and-mark (C-x C-x)}{128}{\code {exchange-point-and-mark (C-x C-x)}}
|
||||
\entry{character-search (C-])}{128}{\code {character-search (C-])}}
|
||||
\entry{character-search-backward (M-C-])}{128}{\code {character-search-backward (M-C-])}}
|
||||
\entry{skip-csi-sequence ()}{128}{\code {skip-csi-sequence ()}}
|
||||
\entry{insert-comment (M-#)}{128}{\code {insert-comment (M-#)}}
|
||||
\entry{dump-functions ()}{128}{\code {dump-functions ()}}
|
||||
\entry{dump-variables ()}{128}{\code {dump-variables ()}}
|
||||
\entry{dump-macros ()}{128}{\code {dump-macros ()}}
|
||||
\entry{glob-complete-word (M-g)}{128}{\code {glob-complete-word (M-g)}}
|
||||
\entry{glob-expand-word (C-x *)}{128}{\code {glob-expand-word (C-x *)}}
|
||||
\entry{glob-complete-word (M-g)}{129}{\code {glob-complete-word (M-g)}}
|
||||
\entry{glob-expand-word (C-x *)}{129}{\code {glob-expand-word (C-x *)}}
|
||||
\entry{glob-list-expansions (C-x g)}{129}{\code {glob-list-expansions (C-x g)}}
|
||||
\entry{display-shell-version (C-x C-v)}{129}{\code {display-shell-version (C-x C-v)}}
|
||||
\entry{shell-expand-line (M-C-e)}{129}{\code {shell-expand-line (M-C-e)}}
|
||||
|
||||
Reference in New Issue
Block a user