Add snippet keybindings docs.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5276 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2010-10-04 11:05:59 +00:00
parent b4f33106b1
commit 09fdde6220
3 changed files with 372 additions and 336 deletions

View File

@ -8,6 +8,8 @@
on patch by Eugene Arshinov, thanks). No docs yet.
* doc/geany.txt, doc/geany.html:
Add some subheadings for Snippets section.
* doc/geany.txt, doc/geany.html:
Add snippet keybindings docs.
2010-09-30 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>

File diff suppressed because it is too large Load Diff

View File

@ -1088,6 +1088,21 @@ to be recognized as a word for completion. Leave it commented to use
default characters or define it to add or remove characters to fit your
needs.
Snippet keybindings
```````````````````
Normally you would type the snippet name and press Tab. However, you
can define keybindings for snippets under the *Keybindings* group in
``snippets.conf``::
[Keybindings]
for=<Ctrl>7
block_cursor=<Ctrl>8
.. note::
Snippet keybindings may be overridden by Geany's configurable
keybindings.
Inserting Unicode characters
^^^^^^^^^^^^^^^^^^^^^^^^^^^^