From 8bb88b81a307746ceaf8e3b10137399d980f8903 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 12 Mar 2024 17:51:36 +0000 Subject: Add win selectors to help select the window one wants to jump to. --- lua/warp/strategy/grid.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/warp/strategy/grid.lua') diff --git a/lua/warp/strategy/grid.lua b/lua/warp/strategy/grid.lua index e68e010..bc37b56 100644 --- a/lua/warp/strategy/grid.lua +++ b/lua/warp/strategy/grid.lua @@ -38,7 +38,7 @@ end local big_line, col_map = make_big_line() -M.grid_strategy = function() +M.strategy = function() local filter return { -- cgit