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

V3 #21

Merged
merged 10 commits into from
Jan 10, 2018
Merged

V3 #21

merged 10 commits into from
Jan 10, 2018

Commits on Dec 28, 2017

  1. Big rework, brings tons of new features & fixes

    Fixes #13, fixes #14, fixes #19
    
    Adds directory minimizing/maximizing, without moving into them, by putting the content below it.
    Adds file/directory renaming, creation, & deletion.
    
    Changes to read-only so you can't mess with the tree.
    Changes some keybindings to work safely with the tree view.
    
    Disable most keybindings that normally cause issues.
    sum01 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    9cde215 View commit details
    Browse the repository at this point in the history
  2. Remove pointless gitignore

    sum01 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    5f0a66f View commit details
    Browse the repository at this point in the history
  3. Add an editorconfig

    Fixes #15
    sum01 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    216da7e View commit details
    Browse the repository at this point in the history
  4. Syntax highlighting fix

    sum01 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    7bdf85f View commit details
    Browse the repository at this point in the history
  5. Update README with new commands

    Removed the png, will replace it with a gif in the future
    sum01 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    f698e9e View commit details
    Browse the repository at this point in the history
  6. Add example picture

    sum01 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    db6039d View commit details
    Browse the repository at this point in the history
  7. Increment version in lua file

    sum01 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    e9b1713 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Follow the user when cd is run

    Fixes #20
    sum01 committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    c107d8a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Add missing zero's for command completion

    I think it works without them, but it's better to be verbose.
    sum01 committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    b35b015 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Fix incorrect mouseclick position

    Uses a new function in micro-1.3.5-dev.67
    sum01 committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    6d3035b View commit details
    Browse the repository at this point in the history