diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-07-26 17:42:55 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-08-01 14:59:32 +0200 |
| commit | b296189b7d6378ed7b6116b8506cb58f274d57ec (patch) | |
| tree | ce4dee5b47586ada4e8fc8ca0de991bfb304e4fe /config.def.h | |
| parent | 9e36ee296ebfa8aed74b440b18634d91859a2069 (diff) | |
| download | vis-b296189b7d6378ed7b6116b8506cb58f274d57ec.tar.gz vis-b296189b7d6378ed7b6116b8506cb58f274d57ec.tar.xz | |
vis: remove ae outer entire text object
Use :, which is a short hand for :0,$ instead.
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index db3517a..3717404 100644 --- a/config.def.h +++ b/config.def.h @@ -96,7 +96,6 @@ static const KeyBinding bindings_textobjects[] = { { "a}", ALIAS("a{") }, { "ab", ALIAS("a(") }, { "aB", ALIAS("a{") }, - { "ae", ACTION(TEXT_OBJECT_ENTIRE_OUTER) }, { "al", ACTION(TEXT_OBJECT_LINE_OUTER) }, { "ap", ACTION(TEXT_OBJECT_PARAGRAPH_OUTER) }, { "as", ACTION(TEXT_OBJECT_SENTENCE) }, |
