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:
parent
b4f33106b1
commit
09fdde6220
@ -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>
|
||||
|
||||
691
doc/geany.html
691
doc/geany.html
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user