davidbrochart / nbterm

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

Provide ways to copy/cut selected text in a cell #27

Open dclong opened 3 years ago

dclong commented 3 years ago

Currently, there's no keybindings for copy or cut selected text in a cell. This is very inconvenient for editing large text block in a cell.

Of course, it's the best if Vim keybindings can be support in edit mode as proposed in https://github.com/davidbrochart/nbterm/issues/12