]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Implement "edit link in Vim" shortcut
authorMike Percy <mpercy@cloudera.com>
Wed, 27 Apr 2016 08:09:46 +0000 (01:09 -0700)
committerMike Percy <mpercy@cloudera.com>
Wed, 27 Apr 2016 08:13:40 +0000 (01:13 -0700)
commit87518b31365db356d27594988e607b9a3dd95730
tree255b1e44a4d8bb590e64dc1c75501b126d933b0f
parentf06efe01b7e7228715e84ad7ec5c7d8be9fdd6d7
Implement "edit link in Vim" shortcut

Added a shortcut called `ge` that is similar to `gx` except that it
opens the file under the cursor for editing in Vim. This is particularly
useful when editing markdown that contains relative links to other
markdown files.
README.md
ftplugin/markdown.vim