hands-free-vim / neovim-talon

Talon user file set for controlling both neovim editing and neovim terminals using Talon voice.
MIT License
3 stars 2 forks source link

feat: Make the command server shortcut configurable #7

Closed fidgetingbits closed 3 months ago

saidelike commented 3 months ago

Sounds good. We also need to discuss what default shortcut we want for people to use on the different platform, see https://github.com/hands-free-vim/neovim-talon/issues/20

then I guess we need to set the setting for the different platforms by default in neovim-talon?

fidgetingbits commented 3 months ago

Me changing this is pending on if ctrl-` works on Windows, in which case we can have a single default, otherwise I will set the default based on the platform. See https://github.com/saidelike/cursorless/pull/2

saidelike commented 3 months ago

Me changing this is pending on if ctrl-` works on Windows, in which case we can have a single default, otherwise I will set the default based on the platform. See saidelike/cursorless#2

I would be tempted to keep different default shortcuts for different platform as ctrl-shift-f12 is better for Windows so each platform has its own prefered one

saidelike commented 3 months ago

I would set the default setting in neovim-talon based on platform

fidgetingbits commented 3 months ago

Fixed now. I mix linux and mac shortcut for now, as I did that in cursorless.nvim as well. Can change it if/when it becomes an issue to actually separate, but I think it should be ok for now.

I would set the default setting in neovim-talon based on platform