help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Built-In Keybindingr associated with functions keys F2, F3, etc


From: Tassilo Horn
Subject: Re: Built-In Keybindingr associated with functions keys F2, F3, etc
Date: Sat, 24 Oct 2020 00:13:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Christopher Dimech <dimech@gmx.com> writes:

> There are 48 bindings starting with <f1>.
>
> Is there a list somewhere on Built-In Emacs Keybindings associated
> with the other functions keys (F2, F3, etc)?

You can usually get that information for any prefix key by typing
`<prefix> C-h'.  So for example `<f2> C-h' shows:

--8<---------------cut here---------------start------------->8---
`2C-mode' Minor Mode Bindings Starting With <f2>:
key             binding
---             -------

<f2> RET        2C-newline
<f2> 1          2C-merge
<f2> d          2C-dissociate
<f2> o          2C-associated-buffer
<f2> {          2C-shrink-window-horizontally
<f2> |          2C-toggle-autoscroll
<f2> }          2C-enlarge-window-horizontally


Global Bindings Starting With <f2>:
key             binding
---             -------

<f2> 2          2C-two-columns
<f2> b          2C-associate-buffer
<f2> s          2C-split
<f2> <f2>       2C-two-columns
--8<---------------cut here---------------end--------------->8---

HTH,
Tassilo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]