Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed behavior of h, l and I, gg commands added #15

Merged
merged 4 commits into from
Dec 6, 2016

Commits on Dec 1, 2016

  1. issue 8 fixed and commands added

    commands I and gg added
    command G simplified
    issue 8 fixed
    pwoosam committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    c50860e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. fixed style and command behaviors

    used _editor_cursor() in _move_cursor()
    fixed indentation for h() and l()
    fixed behavior of gg
    restored behavior of G
    pwoosam committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    6e1c3d5 View commit details
    Browse the repository at this point in the history
  2. fix default behavior for G

    Allows G to have 0 as a default repeat value. This way 1G will go to the
    first line and G will go to the last line.
    pwoosam committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    ca748fe View commit details
    Browse the repository at this point in the history
  3. change index 0 to -1

    repeat should be -1 to represent last line, rather than 0
    pwoosam committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    b5367f1 View commit details
    Browse the repository at this point in the history