summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-02-15 00:35:01 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-02-15 00:36:00 +0000
commitdaeefe2f331384683690a52f56d092182e2412d8 (patch)
tree8b87740ce3eeed348094d6137f730e73fdc514ca /src/normal.cc
parentea4cb2cc3e6e0cb2f7e285a08273969e709404af (diff)
Add support for `strings`
fixes #53
Diffstat (limited to 'src/normal.cc')
-rw-r--r--src/normal.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/normal.cc b/src/normal.cc
index a17e1eea..93b8bb2c 100644
--- a/src/normal.cc
+++ b/src/normal.cc
@@ -855,6 +855,7 @@ void select_object(Context& context, int param)
{ { '<', '>' }, 'a' },
{ { '"', '"' }, 'Q' },
{ { '\'', '\'' }, 'q' },
+ { { '`', '`' }, 'g' },
};
for (auto& sur : surrounding_pairs)
{
@@ -870,6 +871,7 @@ void select_object(Context& context, int param)
"a,<,>: angle block \n"
"\",Q: double quote string\n"
"',q: single quote string\n"
+ "`,g: grave quote string \n"
"w: word \n"
"W: WORD \n"
"s: sentence \n"