aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@baemingo.com>2023-05-19 14:29:16 -0500
committerMarc Coquand <marc@baemingo.com>2023-05-19 14:29:16 -0500
commite475dacc1b4a36c9814527a802b0ac156c606b1c (patch)
tree5a1ec63e62d0ace732cdc66fa1c512103883eb1e
parent02f20c358b64c19409174e5e5eb7332399e10e68 (diff)
downloadBufferBrowser-e475dacc1b4a36c9814527a802b0ac156c606b1c.tar.gz
BufferBrowser-e475dacc1b4a36c9814527a802b0ac156c606b1c.tar.bz2
BufferBrowser-e475dacc1b4a36c9814527a802b0ac156c606b1c.zip
Update readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04e65a1..16bb3d5 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ vim.api.nvim_set_keymap('n', '<leader>b[', require("buffer_browser").next(), {de
vim.api.nvim_set_keymap('n', '<leader>b]', require("buffer_browser").prev(), {desc = "Previous [B]uffer []]"})
```
+Use these to navigate your buffer history in the order that you opened them.
+
### Splits
If a split has been performed, the new split will not preserve any of the previous history.