diff options
| -rw-r--r-- | README.org | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 | +| | | |
