Skip to content

Commit

Permalink
ctrl shift to copy
Browse files Browse the repository at this point in the history
  • Loading branch information
adasium committed Jul 29, 2024
1 parent 8da01fd commit 6fa25e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contour/contour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -702,10 +702,10 @@ input_mapping:
- { mods: [Control, Shift], key: N, action: NewTerminal }
- { mods: [Control, Shift], key: V, action: PasteClipboard, strip: false }
- { mods: [Control, Alt], key: V, action: PasteClipboard, strip: true }
- { mods: [Control], key: C, action: CopySelection, mode: 'Select|Insert' }
- { mods: [Control], key: C, action: CancelSelection, mode: 'Select|Insert' }
- { mods: [Control], key: V, action: PasteClipboard, strip: false, mode: 'Select|Insert' }
- { mods: [Control], key: V, action: CancelSelection, mode: 'Select|Insert' }
- { mods: [Control, Shift], key: C, action: CopySelection, mode: 'Select|Insert' }
- { mods: [Control, Shift], key: C, action: CancelSelection, mode: 'Select|Insert' }
- { mods: [Control, Shift], key: V, action: PasteClipboard, strip: false, mode: 'Select|Insert' }
- { mods: [Control, Shift], key: V, action: CancelSelection, mode: 'Select|Insert' }
- { mods: [], key: Escape, action: CancelSelection, mode: 'Select|Insert' }
- { mods: [Control, Shift], key: Space, action: ViNormalMode, mode: 'Insert' }
- { mods: [Control, Shift], key: Comma, action: OpenConfiguration }
Expand Down

0 comments on commit 6fa25e2

Please sign in to comment.