kitty: fix mouse bindings
This commit is contained in:
parent
eb70146f38
commit
fd914c2a53
1 changed files with 9 additions and 11 deletions
12
kitty.conf
12
kitty.conf
|
@ -2,32 +2,30 @@
|
||||||
font_family Cascadia Code PL
|
font_family Cascadia Code PL
|
||||||
font_size 13
|
font_size 13
|
||||||
box_drawing_scale 0.1, 0.5, 1, 1.5
|
box_drawing_scale 0.1, 0.5, 1, 1.5
|
||||||
|
disable_ligatures cursor
|
||||||
|
|
||||||
cursor_shape underline
|
cursor_shape underline
|
||||||
cursor_underline_thickness 3.0
|
cursor_underline_thickness 3.0
|
||||||
cursor_blink_interval 0
|
cursor_blink_interval 0
|
||||||
|
|
||||||
disable_ligatures cursor
|
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
|
strip_trailing_spaces always
|
||||||
|
open_url_withopen_url_with default
|
||||||
|
|
||||||
wayland_titlebar_color #2f343f
|
wayland_titlebar_color #2f343f
|
||||||
window_padding_width 1
|
window_padding_width 1
|
||||||
placement_strategy top-left
|
placement_strategy top-left
|
||||||
|
|
||||||
remember_window_size no
|
remember_window_size no
|
||||||
initial_window_width 120c
|
initial_window_width 120c
|
||||||
initial_window_height 30c
|
initial_window_height 30c
|
||||||
|
|
||||||
rectangle_select_modifiers alt
|
|
||||||
strip_trailing_spaces always
|
|
||||||
|
|
||||||
map alt+c copy_to_clipboard
|
map alt+c copy_to_clipboard
|
||||||
map ctrl+alt+c copy_to_clipboard
|
map ctrl+alt+c copy_to_clipboard
|
||||||
map alt+v paste_from_clipboard
|
map alt+v paste_from_clipboard
|
||||||
map ctrl+alt+v paste_from_clipboard
|
map ctrl+alt+v paste_from_clipboard
|
||||||
|
mouse_map left click ungrabbed mouse_click_url_or_select
|
||||||
|
mouse_map alt+left press ungrabbed mouse_selection rectangle
|
||||||
|
|
||||||
open_url_modifiers alt
|
|
||||||
open_url_withopen_url_with default
|
|
||||||
|
|
||||||
selection_foreground #fdf6e3
|
selection_foreground #fdf6e3
|
||||||
selection_background #268bd2
|
selection_background #268bd2
|
||||||
|
|
Loading…
Reference in a new issue