branch: externals/shift-number
commit db267d0e9a10c800b4e03814c7baa7b42aee5a82
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
readme: add custom variables
---
readme.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/readme.rst b/readme.rst
index e4dc967f92..92fcda5cc7 100644
--- a/readme.rst
+++ b/readme.rst
@@ -54,6 +54,15 @@ You may bind some keys to these commands in a usual manner,
for example:
(global-set-key (kbd "M-_") 'shift-number-down)
+Custom Variables
+----------------
+
+``shift-number-motion``: ``nil``
+ When non-nil, move the cursor to the end of the number.
+``shift-number-negative``: ``t``
+ When non-nil, support negative numbers.
+
+
Similar packages
================