diff options
Diffstat (limited to 'help/C')
| -rw-r--r-- | help/C/index.docbook | 30 | 
1 files changed, 30 insertions, 0 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index 5961f617..201a6620 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -1320,6 +1320,36 @@              </tgroup>          </informaltable> +        <!-- ============= View ======================= --> +        <bridgehead>View</bridgehead> +        <para>Shortcuts for the current view:</para> +        <informaltable frame="all"> +            <tgroup cols="2" colsep="1" rowsep="1"> +                <colspec colname="COLSPEC0" colwidth="50*"/> +                <colspec colname="COLSPEC1" colwidth="50*"/> +                <thead> +                    <row valign="top"> +                        <entry colname="COLSPEC0"> +                            <para>Shortcut Key</para> +                        </entry> +                        <entry colname="COLSPEC1" align="left"> +                            <para>Command</para> +                        </entry> +                    </row> +                </thead> +                <tbody> +                    <row valign="top"> +                        <entry> +                            <para>Ctrl + Y</para> +                        </entry> +                        <entry> +                            <para>Show/hide line numbers.</para> +                        </entry> +                    </row> +                </tbody> +            </tgroup> +        </informaltable> +          <!-- ============= Panes ======================= -->          <bridgehead>Panes</bridgehead>          <para>Shortcuts for showing and hiding panes:</para>  | 
