diff options
author | Akshay <[email protected]> | 2020-11-05 03:33:21 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-11-05 03:33:21 +0000 |
commit | 383f2a7b645b085a428b3ac04f0fc4a000a8e2ba (patch) | |
tree | 992be09edab2d8d727512f6d4cfe8fbe27080e0f /doc | |
parent | 07bffe8c51ce575db0b1ea8571c3e182254c0e2a (diff) |
add backquote text objsv0.1.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/better-text-objs.txt | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/better-text-objs.txt b/doc/better-text-objs.txt index 7a83d25..65fd191 100644 --- a/doc/better-text-objs.txt +++ b/doc/better-text-objs.txt | |||
@@ -11,11 +11,12 @@ decided to package them into a plugin. | |||
11 | ============================================================================== | 11 | ============================================================================== |
12 | OVERVIEW *better-text-objs-overview* | 12 | OVERVIEW *better-text-objs-overview* |
13 | 13 | ||
14 | Pair |better-text-objs-pair| | 14 | Pair |better-text-objs-pair| |
15 | Line |better-text-objs-line| | 15 | Line |better-text-objs-line| |
16 | Number |better-text-objs-number| | 16 | Backquote |better-text-objs-backquote| |
17 | Buffer |better-text-objs-buffer| | 17 | Number |better-text-objs-number| |
18 | Indent |better-text-objs-indent| | 18 | Buffer |better-text-objs-buffer| |
19 | Indent |better-text-objs-indent| | ||
19 | 20 | ||
20 | ============================================================================== | 21 | ============================================================================== |
21 | PAIR *better-text-objs-pair* | 22 | PAIR *better-text-objs-pair* |
@@ -34,6 +35,13 @@ LINE *better-text-objs-line* | |||
34 | Text objects to represent in and around the current line. | 35 | Text objects to represent in and around the current line. |
35 | 36 | ||
36 | ============================================================================== | 37 | ============================================================================== |
38 | BACKQUOTE *better-text-objs-backquote* | ||
39 | |||
40 | `ix ax` | ||
41 | |||
42 | Aliases for inner backquote and around backquote. | ||
43 | |||
44 | ============================================================================== | ||
37 | NUMBER *better-text-objs-number* | 45 | NUMBER *better-text-objs-number* |
38 | 46 | ||
39 | `in an` | 47 | `in an` |