Add right-click to paste in Alacritty
This commit is contained in:
parent
b156ca3c77
commit
8abfb47e4f
2 changed files with 4 additions and 0 deletions
|
@ -35,3 +35,5 @@ cursor:
|
||||||
blinking: 'On'
|
blinking: 'On'
|
||||||
selection:
|
selection:
|
||||||
save_to_clipboard: true
|
save_to_clipboard: true
|
||||||
|
mouse_bindings:
|
||||||
|
- { mouse: Right, action: Paste }
|
||||||
|
|
|
@ -45,3 +45,5 @@ shell:
|
||||||
working_directory: 'C:\'
|
working_directory: 'C:\'
|
||||||
selection:
|
selection:
|
||||||
save_to_clipboard: true
|
save_to_clipboard: true
|
||||||
|
mouse_bindings:
|
||||||
|
- { mouse: Right, action: Paste }
|
||||||
|
|
Loading…
Reference in a new issue