mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Make shift + insert paste from clipboard in ghostty
This commit is contained in:
@@ -21,6 +21,7 @@ shell-integration-features = no-cursor
|
|||||||
|
|
||||||
# Keyboard bindings
|
# Keyboard bindings
|
||||||
keybind = f11=toggle_fullscreen
|
keybind = f11=toggle_fullscreen
|
||||||
|
keybind = shift+insert=paste_from_clipboard
|
||||||
|
|
||||||
# SSH session terminfo
|
# SSH session terminfo
|
||||||
shell-integration-features = ssh-env
|
shell-integration-features = ssh-env
|
||||||
|
|||||||
3
migrations/1759895423.sh
Normal file
3
migrations/1759895423.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Make shift+insert paste from clipboard"
|
||||||
|
sed -i '/keybind = f11=toggle_fullscreen/a keybind = shift+insert=paste_from_clipboard' ~/.config/ghostty/config
|
||||||
|
sed -i 's/{ key = "F11", action = "ToggleFullscreen" }/{ key = "F11", action = "ToggleFullscreen" },\n{ key = "Insert", mods = "Shift", action = "Paste" }/' ~/.config/alacritty/alacritty.toml
|
||||||
Reference in New Issue
Block a user