aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.cpp
diff options
context:
space:
mode:
authorGravatar Julian Aron Prenner <julian@linux4you.it>2014-01-18 10:18:29 +0100
committerGravatar Julian Aron Prenner <julian@linux4you.it>2014-01-18 10:18:29 +0100
commit3728fc7dba0fd0e7f381b1cb909cd197a9e5254a (patch)
tree12668dd2fb2f7660dcefea8893c2614b23139748 /input.cpp
parent88eae68987863fbd34b34e12219c9a8c67c61d7b (diff)
Add kill-selection function and visual binds for 'y' and 'd'
Diffstat (limited to 'input.cpp')
-rw-r--r--input.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/input.cpp b/input.cpp
index 75e0b33c..a10bcc69 100644
--- a/input.cpp
+++ b/input.cpp
@@ -140,6 +140,7 @@ static const wchar_t * const name_arr[] =
L"accept-autosuggestion",
L"begin-selection",
L"end-selection",
+ L"kill-selection"
}
;
@@ -231,7 +232,8 @@ static const wchar_t code_arr[] =
R_SUPPRESS_AUTOSUGGESTION,
R_ACCEPT_AUTOSUGGESTION,
R_BEGIN_SELECTION,
- R_END_SELECTION
+ R_END_SELECTION,
+ R_KILL_SELECTION
}
;