Le 09/02/2021 à 22:54, David Christensen a écrit :
On 2021-02-09 00:54, to...@tuxteam.de wrote:
On Mon, Feb 08, 2021 at 11:32:11PM -0800, David Christensen wrote:
On 2021-02-08 23:22, Anssi Saari wrote:
David Christensen <dpchr...@holgerdanske.com> writes:
2. How do I insert a tab character with the GRUB editor? (Pressing
<Tab> causes the editor to attempt command completion.)
I guess you don't? There doesn't seem to be much about the editor's
capabilities in the Grub manual.
Agreed. The editor has a note that it supports some Emacs stuff.
Perhaps an Emacs user would know?
I don't know how far "some" reaches, but try <CTRL>-Q then <TAB>
(mnemonics: Q like "quote").
Nope.
Not Emacs-y, but worth a try would be <CTRL>-I
Ctrl+I -- nope
Ctrl+I, then <Tab> -- nope.
David
In shells, Ctrl+V before character inserts character without
interpreting it. In Emacs Ctrl+Q has same effect, so tryingh Ctrl+V Tab
and Ctrl+Q Tab might be worthwile.