kitty: add option mouseBindings (#8111)
This commit is contained in:
parent
0fe68257a9
commit
50a5766d51
6 changed files with 35 additions and 1 deletions
|
|
@ -25,6 +25,11 @@
|
|||
"ctrl+f>2" = "set_font_size 20";
|
||||
};
|
||||
|
||||
mouseBindings = {
|
||||
"ctrl+left click" = "ungrabbed mouse_handle_click selection link prompt";
|
||||
"left click" = "ungrabbed no-op";
|
||||
};
|
||||
|
||||
actionAliases = {
|
||||
"launch_tab" = "launch --cwd=current --type=tab";
|
||||
"launch_window" = "launch --cwd=current --type=os-window";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue