kitty: Remove deprecated option
From 0.21.0 the options to control which modifiers keys to press for various mouse actions have been removed. The options were: terminal_select_modifiers, rectangle_select_modifiers and open_url_modifiers. Use the mouse actions framework if these are needed.
This commit is contained in:
parent
ed70d5a630
commit
b2d1a3ee62
1 changed files with 0 additions and 10 deletions
|
@ -163,11 +163,6 @@ scrollback_pager_history_size 2
|
|||
#: The color and style for highlighting URLs on mouse-over. url_style
|
||||
#: can be one of: none, single, double, curly
|
||||
|
||||
open_url_modifiers kitty_mod
|
||||
|
||||
#: The modifier keys to press when clicking with the mouse on URLs to
|
||||
#: open the URL
|
||||
|
||||
open_url_with xdg-open
|
||||
|
||||
#: The program with which to open URLs that are clicked on. The
|
||||
|
@ -196,11 +191,6 @@ copy_on_select yes
|
|||
#: value of smart will do it when using normal selections, but not
|
||||
#: rectangle selections. always will always do it.
|
||||
|
||||
# rectangle_select_modifiers ctrl+alt
|
||||
|
||||
#: The modifiers to use rectangular selection (i.e. to select text in
|
||||
#: a rectangular block with the mouse)
|
||||
|
||||
# select_by_word_characters :@-./_~?&=%+#
|
||||
|
||||
#: Characters considered part of a word when double clicking. In
|
||||
|
|
Loading…
Reference in a new issue