emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-numbers 43ae06047c 115/145: README.org: keypad can be


From: ELPA Syncer
Subject: [nongnu] elpa/evil-numbers 43ae06047c 115/145: README.org: keypad can be used for other platforms too
Date: Thu, 6 Jan 2022 03:00:23 -0500 (EST)

branch: elpa/evil-numbers
commit 43ae06047cd5657a17ab2654cfb5c3de80e8ed1a
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    README.org: keypad can be used for other platforms too
---
 README.org | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index 1f0317af48..bc33334e04 100644
--- a/README.org
+++ b/README.org
@@ -7,8 +7,7 @@
     increments or decrements.
 
   - When a region is active, as in evil's visual mode, all the
-    numbers within that region will be incremented/decremented (unlike
-    in VIM)
+    numbers within that region will be incremented/decremented (unlike in VIM).
 
   - Increment/decrement numbers incrementally like =g C-a= / =g C-x= in VIM.
 
@@ -46,7 +45,7 @@
      (global-set-key (kbd "C-c C--") 'evil-numbers/dec-at-pt-incremental)
    #+END_SRC
 
-   or only in evil's normal & visual states:
+   or only in evil's =normal= & =visual= states:
 
    #+BEGIN_SRC emacs-lisp
      (evil-define-key '(normal visual) 'global (kbd "C-c +") 
'evil-numbers/inc-at-pt)
@@ -55,8 +54,7 @@
      (evil-define-key '(normal visual) 'global (kbd "C-c C--") 
'evil-numbers/dec-at-pt-incremental)
    #+END_SRC
 
-   For window system users the keypad =+= and =-= present an alternative that 
can be
-   directly bound without shadowing the regular =+= and =-=:
+   Keypad =+= and =-= present an alternative that can be directly bound 
without shadowing the regular =+= and =-=:
 
    #+BEGIN_SRC emacs-lisp
      (evil-define-key '(normal visual) 'global (kbd "<kp-add>") 
'evil-numbers/inc-at-pt)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]