[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-args 3558f15d0b 24/27: Update README.md
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-args 3558f15d0b 24/27: Update README.md |
Date: |
Wed, 2 Feb 2022 20:58:13 -0500 (EST) |
branch: elpa/evil-args
commit 3558f15d0b6a88c44e90f2f2dfa304ed6051ee45
Author: Edmund Miller <eman0088@gmail.com>
Commit: GitHub <noreply@github.com>
Update README.md
Fixed some headings
---
README.md | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index ae6404d90b..d75fe82172 100644
--- a/README.md
+++ b/README.md
@@ -36,8 +36,9 @@ After installing `evil-args`, add the following to your
`.emacs`:
;; bind evil-jump-out-args
(define-key evil-normal-state-map "K" 'evil-jump-out-args)
-##Functionality
-###`evil-inner-arg`/`evil-outer-arg`
+## Functionality
+
+### `evil-inner-arg`/`evil-outer-arg`
Select an inner/outer argument text object.
For example, `cia` transforms:
@@ -60,7 +61,8 @@ or
function(arg1, ar|g2, arg3)
function(arg1, |arg3)
-###`evil-forward-arg`/`evil-backward-arg`
+### `evil-forward-arg`/`evil-backward-arg`
+
Move the curser to the next/previous argument.
For example, successive presses of `evil-forward-arg` yield:
@@ -77,7 +79,7 @@ Successive presses of `evil-backward-arg` yield:
function(arg1, |arg2, arg3)
function(|arg1, arg2, arg3)
-###`evil-jump-out-args`
+### `evil-jump-out-args`
Moves to the beginning of the first object outside of the current argument
context.
@@ -103,7 +105,7 @@ Successive presses of `evil-jump-out-args` yield:
statement2;
}
-##Customization
+## Customization
Currently, `evil-args` uses `,` and `;` as delimiters. The definition of
delimiters and matching pairs can be customized by changing the variables
`evil-args-openers`, `evil-args-closers`, and `evil-args-delimiters`.
- [nongnu] elpa/evil-args d172084a20 12/27: README formatting., (continued)
- [nongnu] elpa/evil-args d172084a20 12/27: README formatting., ELPA Syncer, 2022/02/02
- [nongnu] elpa/evil-args 1a0bb0e373 13/27: Added evil-args to evil customize group., ELPA Syncer, 2022/02/02
- [nongnu] elpa/evil-args f4cd3b8d5c 08/27: Added motion-state binding suggestions to README.md., ELPA Syncer, 2022/02/02
- [nongnu] elpa/evil-args 2a88b4d199 23/27: Add melpa instructions to README, ELPA Syncer, 2022/02/02
- [nongnu] elpa/evil-args 574f9a24a1 02/27: Added LICENSE.txt., ELPA Syncer, 2022/02/02
- [nongnu] elpa/evil-args 916f1bc81b 05/27: Enabled customization of openers/closers/delimiters., ELPA Syncer, 2022/02/02
- [nongnu] elpa/evil-args 758ad5ae54 26/27: Honor count argument for text objects., ELPA Syncer, 2022/02/02
- [nongnu] elpa/evil-args c9c40dc094 15/27: Fixed autoload typo., ELPA Syncer, 2022/02/02
- [nongnu] elpa/evil-args 95deed7093 11/27: Added default bindings for text objects., ELPA Syncer, 2022/02/02
- [nongnu] elpa/evil-args b4c68bfb45 25/27: Merge pull request #8 from Emiller88/patch-1, ELPA Syncer, 2022/02/02
- [nongnu] elpa/evil-args 3558f15d0b 24/27: Update README.md,
ELPA Syncer <=
- [nongnu] elpa/evil-args 2671071a4a 27/27: Bump version to 1.1, ELPA Syncer, 2022/02/02
- [nongnu] elpa/evil-args 07d5f33908 14/27: Added autoloads., ELPA Syncer, 2022/02/02