diff options
author | Marc Coquand <marc@baemingo.com> | 2023-05-19 14:28:27 -0500 |
---|---|---|
committer | Marc Coquand <marc@baemingo.com> | 2023-05-19 14:28:27 -0500 |
commit | 02f20c358b64c19409174e5e5eb7332399e10e68 (patch) | |
tree | 27a058c944a9c1d3bf082de371b6bb43f1467933 | |
parent | e406288adc8a70197730569c4da3e8c61d24e47d (diff) | |
download | BufferBrowser-02f20c358b64c19409174e5e5eb7332399e10e68.tar.gz BufferBrowser-02f20c358b64c19409174e5e5eb7332399e10e68.tar.bz2 BufferBrowser-02f20c358b64c19409174e5e5eb7332399e10e68.zip |
Update readme
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -5,11 +5,10 @@ ## Motivation While `:bnext` and `:bprev` allows you to browse between buffers, it is not -very intuitive. Oftentimes I jump to definitions, a different file through -netrw, an org file. `:bprev` would then end up in a completely different file, -because buffers are ordered by when they are opened, not by history. `:b#`, -<Ctrl-I>, <Ctrl-6> and <Ctrl-O> works only assuming you didn't navigate one step further -in the documentation. +very intuitive. Oftentimes I jump to definitions and `:bprev` would then end up +in a completely different file, because buffers are ordered by when they are +opened, not by history. `:b#`, <Ctrl-6> and <Ctrl-O> works only +assuming you didn't navigate further. I wanted to be able to browse buffers in a way that is similar to how you browse tabs in a browser. |