Skip to content

Commit

Permalink
Merge pull request #1652 from ChessNineeee/fix-pasted-twice
Browse files Browse the repository at this point in the history
fix: delete duplicated CharInputMapping entry in defaultInputMappings
  • Loading branch information
Yaraslaut authored Nov 9, 2024
2 parents 5835205 + f4fcc95 commit 9cbb27a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/contour/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -536,12 +536,6 @@ const InputMappings defaultInputMappings {
| vtbackend::Modifiers { vtbackend::Modifier::Control } } },
.input = 'V',
.binding = { { actions::PasteClipboard { .strip = false } } } },
CharInputMapping {
.modes { vtbackend::MatchModes {} },
.modifiers { vtbackend::Modifiers { vtbackend::Modifiers { vtbackend::Modifier::Shift }
| vtbackend::Modifiers { vtbackend::Modifier::Control } } },
.input = 'V',
.binding = { { actions::PasteClipboard { .strip = false } } } },
CharInputMapping { .modes { vtbackend::MatchModes {} },
.modifiers { vtbackend::Modifiers { vtbackend::Modifier::Alt }
| vtbackend::Modifiers { vtbackend::Modifier::Control } },
Expand Down

0 comments on commit 9cbb27a

Please sign in to comment.