Skip to content

Commit

Permalink
Move 'cell_height' setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vulcalien committed Dec 25, 2021
1 parent eacd721 commit 3c57502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminatorlib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
'disable_mouse_paste' : False,
'smart_copy' : True,
'clear_select_on_copy' : False,
'cell_height' : 1.0,
'cell_width' : 1.0,
'cell_height' : 1.0,
'case_sensitive' : True,
'invert_search' : False,
'link_single_click' : False,
Expand Down

0 comments on commit 3c57502

Please sign in to comment.