diff options
-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 | +| | | |