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

Remove mappings that overwrite default vim functions #111

Merged
merged 2 commits into from Feb 20, 2015

Conversation

sharnik
Copy link
Contributor

@sharnik sharnik commented Feb 11, 2015

  1. Overwrites a default vim binding of H as top line in the window
    and Las bottom line in the window. Beginning and end of line are
    available anyway as 0 and $ anyway.
  2. Overwrites the default binding of C-i as a C-o counterpart for navigation through jump history. C-i/o are really useful and feels weird having one, but not the other. Also, you can open NERDTree easily with the tab shortcut anyway.

They overwrite a default vim binding of H as top line in the window
and Las bottom line in the window. Beginning and end of line are
available anyway as 0 and $ anyway.
@sharnik sharnik changed the title Remove mapping for H and L as line beginning/end Remove mappings that overwrite default vim functions Feb 20, 2015
@sharnik
Copy link
Contributor Author

sharnik commented Feb 20, 2015

What do you think?

zaiste added a commit that referenced this pull request Feb 20, 2015
Remove mappings that overwrite default vim functions
@zaiste zaiste merged commit 146e761 into zaiste:master Feb 20, 2015
@sharnik
Copy link
Contributor Author

sharnik commented Feb 21, 2015

There's an issue with the second. The only reason Tab worked as :NERDTree was that it was mapped to ^I, which no longer opens NERDTree. I cna't find where it was mapped, though. Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants