-
Notifications
You must be signed in to change notification settings - Fork 50
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
Cannot use 'splice' keyboard shortcut on win/linux #863
Comments
It doesn't have a keyboard shortcut for splice included in Windows, but the command is there. In the top menu, go to |
Ok thanks - I decided to bind 'splice' to ctrl + alt + s (since ctrl + s) is already taken.. Any reason that (ctrl + alt + s) couldn't be made the default for Windows? |
@alzadude no reason not to change it for Windows, good idea |
@alzadude @gilch It's a low-hanging fruit issue. Do you feel like you could provide a Pull Request for it? |
I wonder what's the least surprising key combination for this. Are the default CCW bindings based on a plugin for some other tool? Emacs? Vim? We should probably do the same. |
@gilch not really. S is for Slurp. I think if ctrl + alt + s works for windows, it could be interesting to do the switch. Then for cohesion, Barf should also be made available via ctrl + alt. Don't know if this will break a command on windows (mac user here). |
Are you suggesting we change slurp to I often find that I need to barf or slurp multiple elements at once. The current Windows configuration for slurp is slow because it requires a leader key chord, either I believe Emacs Paredit uses If we use |
I should have probably been a bit clearer in my original comment,
If you want, I can make a PR just for the Let me know :) |
How to use 'splice' shortcut on win/linux?
Ctrl + S saves the file.. http://doc.ccw-ide.org/keyboard-shortcuts.html
The text was updated successfully, but these errors were encountered: