-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CTRL^X COMMAND keymaps #22
Comments
clcollins
added a commit
that referenced
this issue
Apr 16, 2024
* Fix bug silencing selected incident Maintains the ability to send an incident list to SilenceIncidentsMsg, but adds SilenceSelectedIncidentMsg to handle individual incident silence via keypress, fixing a bug where the parsing of the selected incident didn't happen on time, causing a panic. * remap quit to ctrl+q to prevent accidental exit This PR remaps the quitting the app from `q` to `ctrl+q` to prevent accidental exit of the application. Follow up work for more complicated key mapping (eg vim or tmux-style) will be done via #22 Fixes #32
clcollins
added a commit
that referenced
this issue
Apr 16, 2024
This PR remaps silencing to `ctrl+s` to prevent accidental silencing of alerts, prior to #22 being worked on for vim- or tmux-style command combination.
clcollins
added a commit
that referenced
this issue
Apr 16, 2024
This PR remaps silencing to `ctrl+s` to prevent accidental silencing of alerts, prior to #22 being worked on for vim- or tmux-style command combination.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to expand available keystrokes available for commands, and to group related commands, SREPD needs to implement CTRL^X COMMAND support, similar to tmux or nano, or more specifically the strings of commands as in vi.
Done Criteria:
Eg:
The text was updated successfully, but these errors were encountered: