summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-03-04 23:52:41 -0500
committerKyle Meyer <kyle@kyleam.com>2014-03-04 23:52:41 -0500
commiteb81600573bc27dc83b6c2674a46be554e4ee1bd (patch)
tree10cb738e7744725943e85f152513a67b45746d21
parenta1ac29ed56473bd2b492f76588a046a537afbcd7 (diff)
downloadbog-eb81600573bc27dc83b6c2674a46be554e4ee1bd.tar.gz
DOC: Update keybinding table for goto functions
-rw-r--r--README14
-rw-r--r--bog-readme.org14
2 files changed, 16 insertions, 12 deletions
diff --git a/README b/README
index fd95694..3384eab 100644
--- a/README
+++ b/README
@@ -191,12 +191,14 @@ and taking notes with Org, not on writing research articles with Org.
Bog doesn't claim any keybindings, but using "C-c b" as a prefix while
in Org mode is a good option.
- Key Command
- -------------------------------------------
- C-c b p bog-find-citekey-pdf
- C-c b r bog-rename-staged-pdf-to-citekey
- C-c b b bog-find-citekey-bib
- C-c b w bog-search-citekey-on-web
+ Key Command
+ ---------------------------------------------
+ C-c b p bog-find-citekey-pdf
+ C-c b r bog-rename-staged-pdf-to-citekey
+ C-c b b bog-find-citekey-bib
+ C-c b h bog-goto-citekey-heading-in-buffer
+ C-c b H bog-goto-citekey-heading-in-notes
+ C-c b w bog-search-citekey-on-web
This can be achieved by placing the code below in your .emacs file.
diff --git a/bog-readme.org b/bog-readme.org
index 2bd6c99..adea47d 100644
--- a/bog-readme.org
+++ b/bog-readme.org
@@ -141,12 +141,14 @@ current buffer.
Bog doesn't claim any keybindings, but using "C-c b" as a prefix while
in Org mode is a good option.
-| Key | Command |
-|---------+----------------------------------|
-| C-c b p | bog-find-citekey-pdf |
-| C-c b r | bog-rename-staged-pdf-to-citekey |
-| C-c b b | bog-find-citekey-bib |
-| C-c b w | bog-search-citekey-on-web |
+| Key | Command |
+|---------+------------------------------------|
+| C-c b p | bog-find-citekey-pdf |
+| C-c b r | bog-rename-staged-pdf-to-citekey |
+| C-c b b | bog-find-citekey-bib |
+| C-c b h | bog-goto-citekey-heading-in-buffer |
+| C-c b H | bog-goto-citekey-heading-in-notes |
+| C-c b w | bog-search-citekey-on-web |
This can be achieved by placing the code below in your .emacs file.