mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Merge pull request #20 from vlisivka/master
Combination shift-ins is added to paste from selection. See #5.
This commit is contained in:
@@ -137,6 +137,7 @@ color15 #ffffff
|
|||||||
map ctrl+shift+v paste_from_clipboard
|
map ctrl+shift+v paste_from_clipboard
|
||||||
map ctrl+shift+s paste_from_selection
|
map ctrl+shift+s paste_from_selection
|
||||||
map ctrl+shift+c copy_to_clipboard
|
map ctrl+shift+c copy_to_clipboard
|
||||||
|
map shift+insert paste_from_selection
|
||||||
|
|
||||||
# Scrolling
|
# Scrolling
|
||||||
map ctrl+shift+up scroll_line_up
|
map ctrl+shift+up scroll_line_up
|
||||||
|
|||||||
Reference in New Issue
Block a user