Skip to content

Commit 3979c93

Browse files
committed
Rename python file
1 parent f0e01ee commit 3979c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/Navigator/mux/kitty.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ end
4545
---@param direction Direction See |navigator.api.Direction|
4646
---@return Kitty
4747
function Kitty:navigate(direction)
48-
self.execute(string.format('kitten neighboring_window.py %s', self.direction[direction]))
48+
self.execute(string.format('kitten navigator.py %s', self.direction[direction]))
4949
return self
5050
end
5151

0 commit comments

Comments
 (0)