From e475dacc1b4a36c9814527a802b0ac156c606b1c Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 19 May 2023 14:29:16 -0500 Subject: Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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', 'b[', require("buffer_browser").next(), {de vim.api.nvim_set_keymap('n', '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. -- cgit v1.2.3