Skip to content

Commit

Permalink
Merge pull request #11 from desdic/20231026doc
Browse files Browse the repository at this point in the history
Test github token
  • Loading branch information
desdic authored Oct 26, 2023
2 parents a340c79 + e3c4f70 commit 48ca329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require("telescope").extensions = {
| <C-q> | Run macro on files in quickfix list |
| <C-r> | Run macro |
| <C-s> | Save a macro/register |
| <C-x> | Edit register (<C-c> can be used to copy the register as printable)|
| <C-x> | Edit register (<C-c> can be used to copy the register as printable) |

Shortcuts, sorters and more can be overridden via telescope options for this plugin.

Expand Down
1 change: 1 addition & 0 deletions doc/macrothis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ Default telescope options
quickfix = "<C-q>",
register = "<C-x>",
copy_macro = "<C-c>",
help = "<C-h>",
},
sorter = sorters.get_generic_fuzzy_sorter,
items_display = {
Expand Down

0 comments on commit 48ca329

Please sign in to comment.