Skip to content
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

Closed
caikechao opened this issue Jan 7, 2016 · 4 comments
Closed

Keybinding b does not work in home (*spacemacs*) buffer #4471

caikechao opened this issue Jan 7, 2016 · 4 comments
Labels

Comments

@caikechao
Copy link
Contributor

In the home buffer of spacemacs, the quick help in [?] shows that b jumps to bookmark list if it is enabled. However, pressing b only moves backward to the beginning of word even if I enabled the bookmark list in the .spacemacs file with

dotspacemacs-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 to b for mnemonic reasons. Now the keybinding b seems to be shadowed. But I cannot figure out why ...

Any help is appreciated!

@TheBB TheBB added the Bug :-( label Jan 7, 2016
@StreakyCobra
Copy link
Contributor

@syl20bnr told us he will look at it 😁 💚

@kccai Thanks for the reminder.

@syl20bnr
Copy link
Owner

syl20bnr commented Jan 7, 2016

Oops sorry guys, I will look at it tomo... errr soon 😈

@justbur
Copy link
Contributor

justbur commented Jan 7, 2016

Fixed in #4476

@caikechao
Copy link
Contributor Author

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
@TheBB TheBB removed the PR pending label Jan 9, 2016
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
Labels
Projects
None yet
Development

No branches or pull requests

5 participants