Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 17, 2025
1 parent 8931062 commit 9bf44f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitty/layout/splits.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def layout_action(self, action_name: str, args: Sequence[str], all_windows: Wind
count = 0
for wid in self.pairs_root.all_window_ids():
count += 1
if count > 1:
if count > 2:
break
if count > 1:
args = args or ('left',)
Expand Down

0 comments on commit 9bf44f0

Please sign in to comment.