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