diff --git a/init.el b/init.el index bc1faf7..a1cbb47 100644 --- a/init.el +++ b/init.el @@ -1085,6 +1085,7 @@ visual states." ("C-x c r" . consult-recent-file) ("C-x c b" . consult-bookmark) ("C-x c d" . consult-fd) + ("C-x c h" . consult-history) ("C-c p" . consult-fd) ("C-x c g" . consult-ripgrep) ("C-c P" . consult-ripgrep)