-
Notifications
You must be signed in to change notification settings - Fork 5
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
Suggestion: Mapping #4
Comments
The plugin does not map those keys if already mapped. And, not documented but |
Thanks for the answer :-) I'll use the flag in my config :-) |
@rickhowe If I understand correctly, the |
Thank you for asking. User can anytime map his/her favorite keys to plugin operations and unmap them. It might cause a conflict and an accident so I am afraid to handle the mappings. |
The mapping creates a number of default mappings:
<leader>t
<leader>T
<leader>o
<leader>O
<leader>u
These default mapping can conflict with user mappings.
It would be good if the plugin had an option to not create the default mappings
e.g.:
vim-maximizer has:
is.vim has:
context has:
bufexplorer has:
ferret has:
fern has:
nerd commenter has:
vimspector has:
Currently I have the following section in my
vimrc
:The text was updated successfully, but these errors were encountered: