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-^)