aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-02-27 16:17:55 +0100
committerMarc André Tanner <mat@brain-dump.org>2018-02-27 18:57:40 +0100
commit0a3a82cd7d90abd206ce2cf9151d3cbed01a20af (patch)
treed8cddd0bc0389bec1a602b6eed83ee53da144b71 /config.def.h
parentc0832d6fc7eace1c6da9867d8b327bf62c968098 (diff)
downloadvis-0a3a82cd7d90abd206ce2cf9151d3cbed01a20af.tar.gz
vis-0a3a82cd7d90abd206ce2cf9151d3cbed01a20af.tar.xz
vis: implement normal/outer paragraph text object
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 2cb06b0..74031c0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -106,7 +106,7 @@ static const KeyBinding bindings_textobjects[] = {
{ "aB", ALIAS("a{") },
{ "ae", ACTION(TEXT_OBJECT_ENTIRE_OUTER) },
{ "al", ACTION(TEXT_OBJECT_LINE_OUTER) },
- { "ap", ACTION(TEXT_OBJECT_PARAGRAPH) },
+ { "ap", ACTION(TEXT_OBJECT_PARAGRAPH_OUTER) },
{ "as", ACTION(TEXT_OBJECT_SENTENCE) },
{ "a<Tab>", ACTION(TEXT_OBJECT_INDENTATION) },
{ "aW", ACTION(TEXT_OBJECT_LONGWORD_OUTER) },