-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add recommended keybindings to README? #5
Comments
I wonder if we could just map the keys without overwriting keys that are already mapped? |
@corbob |
@TylerLeonhardt it's hard to find VS binding fans (like me :D ) in the wild these days, do you have ideas about the VSCode keys? I can implement them. |
I think what might be very interesting is a set of plugins for different keymaps:
that would generically work with coc-based plugins. I think I might open an issue on coc to see if they know of anyone doing this already. |
Does this change with the move to more typescript? can we push suggested keybindings with coc? or will we need to provide a .vim file for users to import themselves? |
No need to provide a vimL file, because we can execute vim commands from typescript |
To help bootstrap those who want to use this 😃
The text was updated successfully, but these errors were encountered: