From 4873d63ff7c7d17830ac523274d1ad1abe69332f Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 3 Jan 2024 10:54:41 +0800 Subject: [PATCH] docs: emacs --- home/base/desktop/editors/emacs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/base/desktop/editors/emacs/README.md b/home/base/desktop/editors/emacs/README.md index eb83f029..8e04e20f 100644 --- a/home/base/desktop/editors/emacs/README.md +++ b/home/base/desktop/editors/emacs/README.md @@ -88,6 +88,8 @@ The same as neovim/vim: | Rename | ` + cr` | | Opening LSP symbols | ` + cS` | | Show all LSP Errors | ` + c + x/X` | +| Jump to Definition | `gd` | +| Jump to References | `gD` | | (Un)Comment the selected context | `gc` | | (Un)Comment the current line | `gcc` | | Open filepath/URL at cursor | `gf` |