Add right-click to paste in Alacritty

This commit is contained in:
Anthony Rose 2022-11-02 11:56:35 +00:00
parent b156ca3c77
commit 8abfb47e4f
2 changed files with 4 additions and 0 deletions

View file

@ -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 }

View file

@ -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 }