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

Visual mode added #20

Merged
merged 9 commits into from
Aug 17, 2017
Merged

Visual mode added #20

merged 9 commits into from
Aug 17, 2017

Commits on Dec 7, 2016

  1. Configuration menu
    Copy the full SHA
    bccf60a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2016

  1. visual mode added

    Visual mode is now implemented with commands h, j, k, l, w, G, and y.
    Nothing for visual block mode has been added yet, just line and char.
    pwoosam committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    c00fcf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. fixed off by one error for visual line selection

    Command j was off by one, causing the first selected line to be
    unselected and then reselected everytime there was a blank line.
    Also fixes visual line selection from inverting selection when at the
    end of dcument.
    pwoosam committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    3ae456e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Configuration menu
    Copy the full SHA
    b52ce8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96a2ccd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. Configuration menu
    Copy the full SHA
    fb876d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05dfb5c View commit details
    Browse the repository at this point in the history
  3. Fixes visual commands k, G and gg

    Command k would unselect and reselect the first line when at the first
    line.
    Command G did not move selection when attached to a number prefix.
    Command gg did not have visual mode implemented.
    pwoosam committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    9561d6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b09eb1c View commit details
    Browse the repository at this point in the history