bobf is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

bobf / bpython http://bpython-interpreter.org/

Fancy curses interface to the Python interpreter

Clone this repository (size: 838.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/bobf/bpython
hg clone ssh://hg@bitbucket.org/bobf/bpython

Issues

#201 Allowing to navigate through code by ctrl+arrows

Reported by thiagocmoraes

Normally, it's possible to navigate through text in terminal (and almost any place) by using ctrl+left/right arrow. In BPython that doesn't work.

Status: new Responsible: nobody Type: bug Priority: major
Milestone: none Component: none Version: none

Attachments

No attachments added for this issue yet.

Comments and changes

  1. #1 Sebastian Ramacher

    written

    Maybe I'm just missing something but why would you want to navigate with Ctrl+Left/Right if you can just navigate with Left/Right?

  2. #2 Anonymous

    written

    To jump a word at a time.

  3. #3 Anonymous

    written

    You can jump until the next underline too. For example my_long_mehtod_name: to reach the typo you would need a lot of key pressings without ctrl+arrow. In Java IDEs, for instance, this behavior is tweaked to work well with camelCase name convention. It's a lot useful when you get used to.

  4. #4 Sebastian Ramacher

    written

    Ah, I see. So you're talking about readline's M-b and M-f (backward-word and forward-word).

  5. #5 Sebastian Ramacher

    written

    Issue #195 was marked as a duplicate of this issue.

Add comment / attachment

Verification: Please write the text from the image in the box (letters only)

captcha

Is that you, Humanoid? Is this me?