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

bindings overlap with other vim features #2

Open
expipiplus1 opened this issue Nov 25, 2015 · 3 comments
Open

bindings overlap with other vim features #2

expipiplus1 opened this issue Nov 25, 2015 · 3 comments

Comments

@expipiplus1
Copy link

For example the motion to delete until the next a character, dta, instead formats the file.

@mpickering
Copy link
Owner

What do you suggest? I don't use that shortcut and I don't know what other vim plugins usually do to avoid this.

@expipiplus1
Copy link
Author

Usually they read a variable such as g:hlintRefactor#defaultKeybindings and conditionally set the bindings.

Often people might use a leader key and bind it themselves.

cytb pushed a commit to cytb/hlint-refactor-vim that referenced this issue Dec 5, 2015
cytb pushed a commit to cytb/hlint-refactor-vim that referenced this issue Dec 5, 2015
@cytb
Copy link

cytb commented Dec 5, 2015

Hello.
I wrote the code that disable mappings by vim variable.
please merge that.

mpickering added a commit that referenced this issue Dec 5, 2015
#2 disable default keybindings by user-config.
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

No branches or pull requests

3 participants