Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Enable keybindings to be flexible #202

Open
netskink opened this issue May 17, 2020 · 0 comments
Open

Enable keybindings to be flexible #202

netskink opened this issue May 17, 2020 · 0 comments

Comments

@netskink
Copy link

Feature Request 🚀

Is your feature request related to a problem? Please describe.

While trying to get pymakr and pytest plugins to work together, I found that there is a conflict with pytest test a file which is mapped to ctrl-alt t and pymakr ctrl-alt t which is toggle console. I also found that ctrl-r which is clear the output buffer is hard coded to be clearTerminal.

Describe the solution you'd like

I would like to write keybindings so that something like this in keymap.cson

atom-workspace':
  'ctrl-r': 'pymakr:clearTerminal'

Could be something like this

atom-workspace':
  'ctrl-w ctrl-x': 'pymakr:clearTerminal'
  'ctrl-w ctrl-t': 'pymakr:toggle REPL'

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Teachability, Documentation, Adoption, Migration Strategy

If you can, explain how users will be able to use this and possibly write out a version the docs. Maybe a screenshot or design?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant