bm layer: fix readme.org

bm layer: fix readme.org
This commit is contained in:
Kechao CAI 2017-08-20 14:42:18 +08:00 committed by JAremko
parent 3e98896816
commit 32e75c5654

View file

@ -2,14 +2,14 @@
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]
- [[#keybindings][Keybindings]] - [[#keybindings][Keybindings]]
* Description * Description
[[https://github.com/joodland/bm/blob/master/README.md][BM]] provides visible, buffer local, bookmarks and the ability to jump forward and backward to the next bookmark. [[https://github.com/joodland/bm/blob/master/README.md][BM]] provides visible, buffer local, bookmarks and the ability to jump forward and backward to the next bookmark.
* Features ** Features:
- Auto remove bookmark after jump to it by =bm-next= or =bm-previous= - Auto remove bookmark after jump to it by =bm-next= or =bm-previous=
- Cycle through bookmarks in all open buffers in LIFO order - Cycle through bookmarks in all open buffers in LIFO order
- Toggle bookmarks. Jump to next/previous bookmark. - Toggle bookmarks. Jump to next/previous bookmark.
@ -24,7 +24,7 @@
* Install * Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =fasd= to the existing =dotspacemacs-configuration-layers= list in this add =bm= to the existing =dotspacemacs-configuration-layers= list in this
file. file.
* Keybindings * Keybindings