mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 16:36:03 +02:00
new bindable readline command `execute-named-command', bound to M-x in emacs mode
This commit is contained in:
@@ -1912,6 +1912,13 @@ editing mode.
|
||||
|
||||
@end ifclear
|
||||
|
||||
@item execute-named-command (M-x)
|
||||
Read a bindable readline command name from the input and execute the
|
||||
function to which it's bound, as if the key sequence to which it was
|
||||
bound appeared in the input.
|
||||
If this function is supplied with a numeric argument, it passes that
|
||||
argument to the function it executes.
|
||||
|
||||
@end ftable
|
||||
|
||||
@node Readline vi Mode
|
||||
|
||||
@@ -5,7 +5,7 @@ Copyright (C) 1988-2023 Free Software Foundation, Inc.
|
||||
@set EDITION 8.3
|
||||
@set VERSION 8.3
|
||||
|
||||
@set UPDATED 4 October 2023
|
||||
@set UPDATED-MONTH October 2023
|
||||
@set UPDATED 3 November 2023
|
||||
@set UPDATED-MONTH November 2023
|
||||
|
||||
@set LASTCHANGE Wed Oct 4 10:57:26 EDT 2023
|
||||
@set LASTCHANGE Fri Nov 3 12:04:26 EDT 2023
|
||||
|
||||
Reference in New Issue
Block a user