From c9ba3695d37a8e5fd617460a526a61768e1a8313 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 24 Apr 2022 15:50:02 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index ef3a8e6b3..b1025abe3 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -405,7 +405,7 @@ opt('url_style', 'curly', opt('open_url_with', 'default', option_type='to_cmdline', long_text=''' -The program to open the clicked URLs. The special value :code:`default` means to +The program to open clicked URLs. The special value :code:`default` means to use the operating system's default URL handler (:program:`open` on macOS and :program:`xdg-open` on Linux). ''' @@ -431,7 +431,7 @@ opt('url_excluded_characters', '', ctype='!url_excluded_characters', long_text=''' Additional characters to be disallowed from URLs, when detecting URLs under the -mouse cursor. By default, all legal characters in URL are allowed. +mouse cursor. By default, all characters that are legal in URLs are allowed. ''' ) @@ -2646,7 +2646,7 @@ reads its startup rc files. opt('editor', '.', long_text=''' -The command-line text editor (such as :program:`vim` or :program:`nano`) to use +The terminal based text editor (such as :program:`vim` or :program:`nano`) to use when editing the kitty config file or similar tasks. The default value of :code:`.` means to use the environment variables