summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2020-09-12 09:18:28 -0400
committerTJ DeVries <devries.timothyj@gmail.com>2020-09-12 09:18:28 -0400
commitf2d757bad3f6f1d963440f6b9474df1b9d92f050 (patch)
treebbd9c6fd36ccc6ccf936f11f4f7997d0bea929b3 /lua
parentc73eb1c0d8f9d9367dafb6290b3f3be8028678c0 (diff)
feat: make prime happy part 1
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/pickers.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua
index dae92dc..cd83b3c 100644
--- a/lua/telescope/pickers.lua
+++ b/lua/telescope/pickers.lua
@@ -32,6 +32,8 @@ local default_mappings = {
["<C-n>"] = actions.move_selection_next,
["<C-p>"] = actions.move_selection_previous,
+ ["<C-c>"] = actions.close,
+
["<Down>"] = actions.move_selection_next,
["<Up>"] = actions.move_selection_previous,