Skip to content

Commit b27ea0b

Browse files
Focus window on click.
1 parent e86e4b0 commit b27ea0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyvim/layout.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,8 @@ def wrap_lines(cli):
535535
input_processors=input_processors,
536536
buffer_name=buffer_name,
537537
preview_search=preview_search,
538-
wrap_lines=wrap_lines)
538+
wrap_lines=wrap_lines,
539+
focus_on_click=True)
539540

540541

541542
class ReportingProcessor(Processor):

0 commit comments

Comments
 (0)