-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Key binding discussion #65
Comments
Spacemacs key bindings are not written in stone. For the bracket my feeling is that it is not a better solution than If a command needs repetition then create a I understand that |
I updated the last comment which was very very hard to read, I made it in a hurry between two appointments, sorry for this! |
@Ralesi +1 I would appreciate if we can have less key strokes for those frequent used command, e.g. |
Originally it was just Anyway I propose to put a second binding for |
@Wolfy87 We could reconsider droping the |
I went through the current bindings and here is what I find in terms of prefixes. (NOTE: I have a few packages removed from default)
|
I'm surprised by this table, it does make sense even though I never made such a listing before. That's pretty cool :-) Thank you for this, we will be able to use it as a basis to improve the documentation. |
Sorry if this is obvious, but how can the SPC-prefix keys be rebound in my contrib layer? I disabled |
@valrus Luckily enough it works if you put in your This make me think that we should not use |
Thank you! |
|
Since I'm still open to the other bindings discussed here, some of them have already been changed. Closing the discussion for now. |
If we are concerned about ergonomics, what do you all think about adjusting some of the keybindings to less intensive keys?
I know with Vim when I got in that mind set, I remapped
;
to:
to save on pressing the shift. What about changinghelm-M-x
toSPC ;
in the same vein? I have a hard time pressing all 3 keys.In general, I think it would be good to remap bindings to 3 or less keys. The yank ring for example is typically tied to the
y
key. Why notSPC s y
instead of the currentSPC k i l
?I know that I can change everything on my side, but I am asking on a crowd level.
Also, has anyone seen what @tpope has done with
unimpaired-vim
, where he maps most movement specific keybindings to[
or]
+ key? This extends the bracket key usage in Vim to multiple different aspects. For example next or previous error is]l
or[l
respectively (referencing the listwin). Would a change away from usingSPC
for everything be frowned on, as I was thinking of trying to port over some of those features.The text was updated successfully, but these errors were encountered: