From d943dd7b7c34624b2009def4a26c44d1b558fdf6 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sun, 8 Feb 2015 11:39:17 -0600 Subject: [PATCH] Add a link to the vim docs on ctrl-^. --- vim/previous-buffer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/previous-buffer.md b/vim/previous-buffer.md index bdd2b19..6f56404 100644 --- a/vim/previous-buffer.md +++ b/vim/previous-buffer.md @@ -8,3 +8,5 @@ This quickest way to do this is to use the command for going to the previous buffer. The default binding for that is `ctrl-^`. With that binding, it is fast and easy to toggle between two buffers. + +[source](http://vimdoc.sourceforge.net/htmldoc/editing.html#CTRL-^)