From 319fee652eda9a27dfffa0a6370ef4f434927c80 Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 14:19:05 +0200 Subject: Add fixed initiating actions --- lua/clever_f/composition_root.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua/clever_f/composition_root.lua') diff --git a/lua/clever_f/composition_root.lua b/lua/clever_f/composition_root.lua index 83cfe96..fac567d 100644 --- a/lua/clever_f/composition_root.lua +++ b/lua/clever_f/composition_root.lua @@ -22,16 +22,16 @@ M.ACTION_NAMES = { local ACTION_INVOCATIONS = { StartFindForward = function(facade) - return facade:primary("f") + return facade:start_find_forward() end, StartFindBackward = function(facade) - return facade:primary("F") + return facade:start_find_backward() end, StartTillForward = function(facade) - return facade:primary("t") + return facade:start_till_forward() end, StartTillBackward = function(facade) - return facade:primary("T") + return facade:start_till_backward() end, Reset = function(facade) return facade:reset() -- cgit v1.2.3