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

Add recommended keybindings to README? #5

Open
TylerLeonhardt opened this issue Apr 18, 2019 · 6 comments
Open

Add recommended keybindings to README? #5

TylerLeonhardt opened this issue Apr 18, 2019 · 6 comments
Labels
enhancement New feature or request

Comments

@TylerLeonhardt
Copy link
Collaborator

To help bootstrap those who want to use this 😃

@corbob
Copy link
Member

corbob commented Apr 18, 2019

I wonder if we could just map the keys without overwriting keys that are already mapped?

@yatli
Copy link
Member

yatli commented Apr 18, 2019

@corbob nmap does this. If someone writes nnoremap, then nmap to the same keys will be ignored.

@yatli
Copy link
Member

yatli commented Apr 18, 2019

@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.

@TylerLeonhardt
Copy link
Collaborator Author

I think what might be very interesting is a set of plugins for different keymaps:

  • VSCode
  • VS
    etc

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.

@TylerLeonhardt TylerLeonhardt added the enhancement New feature or request label Jul 5, 2019
@corbob
Copy link
Member

corbob commented Jul 5, 2019

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?

@yatli
Copy link
Member

yatli commented Jul 5, 2019

No need to provide a vimL file, because we can execute vim commands from typescript

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

No branches or pull requests

3 participants