davidbrochart / nbterm

Jupyter Notebooks in the terminal.
MIT License
753 stars 37 forks source link

`C-q` should quit regardless of editing mode #7

Closed fperez closed 3 years ago

fperez commented 3 years ago

It's a bit weird and confusing that C-q doesn't quit when in "cell mode", I think that should be a globally active keybinding (potentially with a save-on-exit-if-file-dirty check as usual, once file dirty status detection/info is implemented).

davidbrochart commented 3 years ago

Done in https://github.com/davidbrochart/nbterm/commit/922486862cd2ad375a9b4cd9d9d3d1184c571336.