branch: externals/blist commit db6774582154225b2702a06e53f054584c5b8716 Author: JSDurand <mmem...@gmail.com> Commit: JSDurand <mmem...@gmail.com>
Fix some README issues --- README.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index 05fcc000a4..7c016c5abc 100644 --- a/README.org +++ b/README.org @@ -26,7 +26,7 @@ function for easier invocations. A picture says more about the package than a thousand words. Below is how the list of bookmarks looks like on my end: -[[file:/Users/durand/elisp_packages/blist/screenshot1.png]] +[[file:./screenshot1.png]] ** Columns @@ -81,16 +81,16 @@ the lists more flexibly. The following is a list of default key-bindings to navigate in the list of bookmarks. -- =n=/=p=: go to next/previous line. Whether it treats the top of the - buffer as identified with the bottom of the buffer is controlled by - the variable =blist-movement-cycle=. -- =N=/=P=: go to next/previous line that is not a group heading. -- =M-n=/=M-p=: go to next/previous group heading. +- =n=, =p=: go to next/previous line. Whether it treats the top of + the buffer as identified with the bottom of the buffer is controlled + by the variable =blist-movement-cycle=. +- =N=, =P=: go to next/previous line that is not a group heading. +- =M-n=, =M-p=: go to next/previous group heading. - =j=, =M-g=: Use =completing-read= to choose a bookmark to go to. - =J=, =M-j=, =M-G=: Use =completing-read= to choose a group heading to go to. -- =M-{=, =(=: go to the previous marked bookmark. -- =)=, =M-}=: go to the next marked bookmark. +- =M-{= and =)=: go to the previous marked bookmark. +- =)= and =M-}=: go to the next marked bookmark. ** Marking