diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-02-03 15:19:08 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-02-03 15:19:08 -0800 |
commit | f44ddef982d2491ceac9ad42c3c8fbff1730e4f2 (patch) | |
tree | 9f86672aa96dd69577891946a457c331a293bc4a | |
parent | [tmux] Delete it (again) (diff) | |
download | emacs.d-f44ddef982d2491ceac9ad42c3c8fbff1730e4f2.tar.gz |
[Doc] Update.
-rw-r--r-- | README.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.org b/README.org index 42b2d0f..88102ac 100644 --- a/README.org +++ b/README.org @@ -10,9 +10,18 @@ My personal configuration files for [[https://www.gnu.org/software/emacs/][Emacs |---------+--------------------| | C-x r l | list the bookmarks | | C-x r m | add a bookmark | +*** Navigation +| binding | description | +|---------------+----------------------------| +| C-x C-<space> | go back to previous buffer | *** Working with go First start by running the [[file:bin/setup-go][setup-go]] script. #+BEGIN_SRC sh ./bin/setup-go #+END_SRC + +| binding | description | +|-----------+------------------| +| C-c C-o j | go to definition | +| | | |