diff --git a/vim/split-the-current-window.md b/vim/split-the-current-window.md index 940bd5c..7617ea2 100644 --- a/vim/split-the-current-window.md +++ b/vim/split-the-current-window.md @@ -19,3 +19,5 @@ Ctrl-w v With the split made, you can use `Ctrl-o`/`Ctrl-i`, [BufExplorer](https://github.com/jlanzarotta/bufexplorer), or whatever way you like to navigate between buffers. + +h/t Ryan Messner