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 |
- `postfix`: postfix value to add; defaults to ` -F ` (Treat the pattern as a literal string)
- `quote`: Whether to quote the value; defaults to true
- `trim`: Whether to trim the value; defaults to true
|
+| `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