1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Add a til on previous buffer in vim.

This commit is contained in:
jbranchaud
2015-02-08 11:37:48 -06:00
parent 142a3bfded
commit 2fe5eb7310

10
vim/previous-buffer.md Normal file
View File

@@ -0,0 +1,10 @@
# Previous Buffer
I often find myself needing to jump back and forth between two buffers. For
instance, if I am iterating on a test and the implementation, there is a lot
of switching from one to the other and then back again.
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.