coc-powershell
coc-powershell copied to clipboard
Add recommended keybindings to README?
To help bootstrap those who want to use this 😃
I wonder if we could just map the keys without overwriting keys that are already mapped?
@corbob nmap
does this. If someone writes nnoremap
, then nmap
to the same keys will be ignored.
@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:
- 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.
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