summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2015-10-17 09:16:17 +0100
committerEdward Betts <edward@4angle.com>2015-10-17 09:16:17 +0100
commitc8a7b9a03d48d1562cbde500423fa2ffb2ddf1e0 (patch)
tree0d38202ac3b3a883a192e8a234c7a7c485012343
parent8aa051c6a78f9f83c8c4047648a07b21680c125c (diff)
use internal link and escape underscores
-rw-r--r--vimtips.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/vimtips.mdwn b/vimtips.mdwn
index faa725b..bc1952a 100644
--- a/vimtips.mdwn
+++ b/vimtips.mdwn
@@ -10,13 +10,13 @@ Tips for using Notmuch with vim; these may be applicable when using vim with
## Addressbook management and vim
-There are some emacs tips over [here](http://notmuchmail.org/emacstips/#index15h2) that
+There are some emacs tips over [[here|emacstips#index15h2]] that
explains how to configure emacs with an addressbook, but the few solutions were not fast enough
-for me. And I never could test the vala-based code. So I updated the notmuch_addresses code to
+for me. And I never could test the vala-based code. So I updated the notmuch\_addresses code to
use a cache to be able to make better matches and still be lightning fast.
And finally, [I needed](http://i.got.nothing.to/blog/2013/03/20/how-i-learned-to-stop-worrying-and-love-the-mail/) to have a way to autocomplete my recipients' addresses
-automagically from within `vim`. So that's why I created the [notmuch_abook](https://github.com/guyzmo/notmuch-abook) code.
+automagically from within `vim`. So that's why I created the [notmuch\_abook](https://github.com/guyzmo/notmuch-abook) code.
You can either install it as a plugin in vim, using vundle:
Vundle 'guyzmo/notmuch-abook'