diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-01-23 19:45:09 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-01-23 19:45:09 +0000 |
| commit | f6e5deae5a81f75d6b4cee904eaf2dc0dc3cacb1 (patch) | |
| tree | 3f6c1c1f499feca2015bcc65caabda8594b41f16 /src/normal.cc | |
| parent | cccb07c7cd4faeb391547200bf3143d58f9c15ab (diff) | |
Add 'a' alias to angle brackets text object
fixes #39
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc index fced40c6..420fd147 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -870,7 +870,7 @@ void select_object(Context& context, int param) { { '(', ')' }, 'b' }, { { '{', '}' }, 'B' }, { { '[', ']' }, 'r' }, - { { '<', '>' }, '\0' }, + { { '<', '>' }, 'a' }, { { '"', '"' }, 'Q' }, { { '\'', '\'' }, 'q' }, }; |
