coc-powershell icon indicating copy to clipboard operation
coc-powershell copied to clipboard

Add recommended keybindings to README?

Open TylerLeonhardt opened this issue 5 years ago • 6 comments

To help bootstrap those who want to use this 😃

TylerLeonhardt avatar Apr 18 '19 01:04 TylerLeonhardt

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

corbob avatar Apr 18 '19 03:04 corbob

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

yatli avatar Apr 18 '19 06:04 yatli

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

yatli avatar Apr 18 '19 06:04 yatli

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 avatar Apr 18 '19 16:04 TylerLeonhardt

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?

corbob avatar Jul 05 '19 04:07 corbob

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

yatli avatar Jul 05 '19 07:07 yatli