-
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
Keybinding b
does not work in home (*spacemacs*) buffer
#4471
Labels
Comments
@syl20bnr told us he will look at it 😁 💚 @kccai Thanks for the reminder. |
Oops sorry guys, I will look at it tomo... errr soon 😈 |
Fixed in #4476 |
Yes, @justbur 's PR works! You guys are awesome! |
syl20bnr
pushed a commit
that referenced
this issue
Jan 9, 2016
Prevents keys in this map from being shadowed by evil-motion-state-map Fix #4471
d1egoaz
pushed a commit
to d1egoaz/spacemacs
that referenced
this issue
Feb 6, 2016
Prevents keys in this map from being shadowed by evil-motion-state-map Fix syl20bnr#4471
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the home buffer of spacemacs, the quick help in
[?]
shows thatb
jumps to bookmark list if it is enabled. However, pressingb
only moves backward to the beginning of word even if I enabled the bookmark list in the.spacemacs
file withdotspacemacs-startup-lists '(recents bookmarks projects)
I created a pull request ( #2677 ) to change this keybinding to
a
, but in this commit b426098 , @syl20bnr changes it tob
for mnemonic reasons. Now the keybindingb
seems to be shadowed. But I cannot figure out why ...Any help is appreciated!
The text was updated successfully, but these errors were encountered: