X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f9912eed04e13034e7d1da7287bf215446097f71..6f9e18335e17bca5fbf05974b4ccbe1759e66891:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 90987f2..9c6665e 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,10 @@ The following work on normal and visual modes: Known limitation: does not work for links that span multiple lines. +- `ge`: open the link under the cursor in Vim for editing. Useful for relative markdown links. `Markdown_EditUrlUnderCursor` + + The rules for the cursor position are the same as the `gx` command. + - `]]`: go to next header. `Markdown_MoveToNextHeader` - `[[`: go to previous header. Contrast with `]c`. `Markdown_MoveToPreviousHeader`