Skip to content

Commit

Permalink
docs: minor adjustements
Browse files Browse the repository at this point in the history
  • Loading branch information
Uaitt committed Mar 16, 2024
1 parent 5e0185d commit 2d8deb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/layouts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The Splits Layout
--------------------

This is the most flexible layout. You can create any arrangement of windows
by splitting exiting windows repeatedly. To best use this layout you should
by splitting existing windows repeatedly. To best use this layout you should
define a few extra key bindings in :file:`kitty.conf`::

# Create a new window splitting the space used by the existing one so that
Expand Down
12 changes: 6 additions & 6 deletions kitty/options/definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

opt('font_size', '11.0',
option_type='to_font_size', ctype='double',
long_text='Font size (in pts)'
long_text='Font size (in pts).'
)

opt('force_ltr', 'no',
Expand Down Expand Up @@ -311,7 +311,7 @@
long_text='''
The color of text under the cursor. If you want it rendered with the
background color of the cell underneath instead, use the special keyword:
background. Note that if :opt:`cursor` is set to :code:`none` then this option
`background`. Note that if :opt:`cursor` is set to :code:`none` then this option
is ignored. Note that some themes set this value, so if you want to override it,
place your value after the lines where the theme file is included.
'''
Expand Down Expand Up @@ -791,7 +791,7 @@
'select_line_from_point ctrl+alt+left triplepress ungrabbed mouse_selection line_from_point',
long_text='Select from the clicked point to the end of the line.'
' If you would like to select the word at the point and then extend to the rest of the line,'
' change line_from_point to word_and_line_from_point.'
' change `line_from_point` to `word_and_line_from_point`.'
)

mma('Extend the current selection',
Expand Down Expand Up @@ -830,7 +830,7 @@
'select_line_from_point_grabbed ctrl+shift+alt+left triplepress ungrabbed,grabbed mouse_selection line_from_point',
long_text='Select from the clicked point to the end of the line even when grabbed.'
' If you would like to select the word at the point and then extend to the rest of the line,'
' change line_from_point to word_and_line_from_point.'
' change `line_from_point` to `word_and_line_from_point`.'
)

mma('Extend the current selection even when grabbed',
Expand Down Expand Up @@ -915,7 +915,7 @@
option_type='to_bool', ctype='bool',
long_text='''
Request window attention on bell. Makes the dock icon bounce on macOS or the
taskbar flash on linux.
taskbar flash on Linux.
'''
)

Expand Down Expand Up @@ -948,7 +948,7 @@
Path to a sound file to play as the bell sound. If set to :code:`none`, the
system default bell sound is used. Must be in a format supported by the
operating systems sound API, such as WAV or OGA on Linux (libcanberra) or AIFF,
MP3 or WAV on macOS (NSSound)
MP3 or WAV on macOS (NSSound).
'''
)

Expand Down

0 comments on commit 2d8deb8

Please sign in to comment.