diff options
author | mbkma <[email protected]> | 2020-12-23 16:55:47 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-01-07 18:38:40 +0100 |
commit | 2415e6a06831c9748f8b2aa1e325a33e90235115 (patch) | |
tree | 9d213ab11b40f0f1a4ef6cd3d3c2bee490e0848e /help/C | |
parent | 9249657441df18630dbcb71b212d36af9a346c4e (diff) | |
download | pluma-2415e6a06831c9748f8b2aa1e325a33e90235115.tar.bz2 pluma-2415e6a06831c9748f8b2aa1e325a33e90235115.tar.xz |
help: add indent shortcuts
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/index.docbook | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index 201a6620..406e234b 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -1316,6 +1316,22 @@ <para>Move the selected line down one line.</para> </entry> </row> + <row valign="top"> + <entry> + <para>Tab</para> + </entry> + <entry> + <para>Increase indent of the selected lines.</para> + </entry> + </row> + <row valign="top"> + <entry> + <para>Shift + Tab</para> + </entry> + <entry> + <para>Decrease indent of the selected lines.</para> + </entry> + </row> </tbody> </tgroup> </informaltable> |