about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index a00790d..584dde4 100644
--- a/main.lua
+++ b/main.lua
@@ -255,6 +255,8 @@ function App.keychord_pressed(chord)
     elseif chord == 'down' then
       Cursor1.pos = Cursor1.pos+1
       Text.search_next()
+    elseif chord == 'up' then
+      Text.search_previous()
     end
     return
   elseif chord == 'C-f' then