contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.31k stars 100 forks source link

normal mode search doesn't turn off keybinds #1472

Closed ferdinandyb closed 4 months ago

ferdinandyb commented 4 months ago

Contour Terminal version

Contour Terminal Emulator 0.4.3.6442

Installer source

GitHub: release page

Operating System

Windows

Architecture

x86-64

Other Software

No response

Steps to reproduce

With the following "normal mode" binds

    - { mods: [],               key: d,             action: ScrollMarkUp,   mode: "~Insert|~Alt"}
    - { mods: [],               key: s,             action: ScrollMarkDown, mode: "~Insert|~Alt"}

enter normal mode, start search with / and try typing s or d.

Expected Behavior

Characters are typed into the search field.

Actual Behavior

They are being interpreted as keybinds and start scrolling.

Additional notes

No response