diff options
author | Marc Coquand <marc@baemingo.com> | 2023-05-20 15:47:57 -0500 |
---|---|---|
committer | Marc Coquand <marc@baemingo.com> | 2023-05-20 15:47:57 -0500 |
commit | d4774e872307162ffb63e75cf952ca206d8bc2ca (patch) | |
tree | fe1c2853eb98907af200238b38cf07090a930d54 /README.md | |
parent | 0992eebd80dbc7a1969c8868df9b0ca5e6b82aac (diff) | |
download | BufferBrowser-d4774e872307162ffb63e75cf952ca206d8bc2ca.tar.gz BufferBrowser-d4774e872307162ffb63e75cf952ca206d8bc2ca.tar.bz2 BufferBrowser-d4774e872307162ffb63e75cf952ca206d8bc2ca.zip |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ While `:bnext` and `:bprev` allows you to browse between buffers, it is not 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. +opened, not by history. `:b#`, `<Ctrl-6>` and `<Ctrl-O>` works only +assuming you didn't navigate around further. I wanted to be able to browse buffers in a way that is similar to how you browse tabs in a browser. |