plugins/wtf: add history and grep_history keymaps

This commit is contained in:
Austin Horstman 2024-09-13 16:01:50 -05:00
parent 87e3c4a1b2
commit 8fd162d951
No known key found for this signature in database
2 changed files with 13 additions and 1 deletions

View file

@ -24,6 +24,18 @@ let
mode = "n";
action.__raw = "require('wtf').search";
};
history = {
key = "wh";
mode = "n";
action.__raw = "require('wtf').history";
};
grep_history = {
key = "wg";
mode = "n";
action.__raw = "require('wtf').grep_history";
};
};
in
{

View file

@ -8,7 +8,7 @@
enable = true;
keymaps = {
ai = "gw";
ai.key = "gw";
search = {
mode = [
"n"