diff options
author | mbkma <[email protected]> | 2020-12-23 16:31:39 +0100 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-12-24 16:54:25 +0100 |
commit | 9249657441df18630dbcb71b212d36af9a346c4e (patch) | |
tree | ef2c7363734913189ed429a3242a37333b4d5966 /help/C | |
parent | bfb7205bb9fd8e54e2968c2967db93f6287c2279 (diff) | |
download | pluma-9249657441df18630dbcb71b212d36af9a346c4e.tar.bz2 pluma-9249657441df18630dbcb71b212d36af9a346c4e.tar.xz |
add show/hide line-numbers shortcut (ctrl+y)
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> |