aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.