ipython / ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.

Home Page:https://ipython.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to map ctrl+h and backspace to different functions?

roachsinai opened this issue · comments

if I set 'c-h' only, backspace will do same thing as ctrl+h, just like below:

    registry.add_binding('c-h', filter=(HasFocus(DEFAULT_BUFFER) & ViInsertMode()))(nc.backward_char)

And 'c-?' is not allowed to add_binding.

Is there a way to make it as many terminal can distinguish c-h and <bs>.

If for compatibility, is it possible to support bind c-??

Thanks in advance.

Tasks

No tasks being tracked yet.