Bindings for 'join lines.
This commit is contained in:
Richard Kimberly Heck 2024-06-09 14:12:40 -04:00
parent 61bee11a62
commit 8655c83a90
2 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,8 @@ Format 5
\bind "C-v" "paste"
\bind "C-S-v" "clipboard-paste"
\bind "C-M-v" "primary-selection-paste"
# "join lines"
\bind "C-S-M-v" "clipboard-paste paragraph"
\bind "C-z" "undo"
\bind "C-y" "redo"

View File

@ -186,6 +186,8 @@ Format 5
# +: "Command-V" # Paste the Clipboard contents at the insertion point
\bind "C-v" "paste"
\bind "C-S-v" "clipboard-paste"
# "join lines"
\bind "C-S-A-v" "clipboard-paste paragraph"
# -: "Option-Command-V" # Apply the style of one object to the selected object (Paste Style)
# -: "Option-Shift-Command-V" # Apply the style of the surrounding text to the inserted object (Paste and Match Style)
# -: "Control-Command-V" # Apply formatting settings to the selected object (Paste Ruler Command)