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

Change shortcut of bookmarks in *spacemacs* buffer #2677

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/core-spacemacs-buffer.el
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ HPADDING is the horizontal spacing betwee the content line and the frame border.
((eq el 'bookmarks)
(helm-mode)
(when (spacemacs-buffer//insert-bookmark-list "Bookmarks:" (bookmark-all-names))
(spacemacs//insert--shortcut "m" "Bookmarks:")
(spacemacs//insert--shortcut "a" "Bookmarks:")
(insert list-separator)))
((eq el 'projects)
(projectile-mode)
Expand Down
2 changes: 2 additions & 0 deletions core/info/quickhelp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Press p to jump to project list.

Press m to jump to the top menu.

Press a to jump to the bookmarks if bookmark is enabled in the startup list.

Press o to jump to any link or button.

Press SPC (in Vim mode) or Alt-m (in Emacs mode) to access Spacemacs commands.
Expand Down