From ddebad4d39802d88e13269bba9dc13d771e5c8a8 Mon Sep 17 00:00:00 2001 From: weeman Date: Sun, 9 Jun 2024 09:37:17 +0200 Subject: [PATCH] Add doc for *_current_buffer shortcuts --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 663254e..c85a799 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,9 @@ Available shortcuts: | Name | Action | Options | | --- | --- | --- | | `grep_word_under_cursor` | Start live grep with word under cursor | | +| `grep_word_under_cursor_current_buffer` | Same as `grep_word_under_cursor` but for the file of the current buffer | | | `grep_visual_selection` | Start live grep with visual selection | see `grep_word_under_cursor` | +| `grep_word_visual_selection_current_buffer` | Same as `grep_visual_selection` but for the file of the current buffer | | ## Development