From eef83e599aa3fc537a1552cca71aeddc66e1caa4 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 11 Mar 2024 00:54:41 -0600 Subject: Don't default bind hints to C-f. --- plugin/hints.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/hints.vim b/plugin/hints.vim index c962a75..87341de 100644 --- a/plugin/hints.vim +++ b/plugin/hints.vim @@ -1,3 +1,3 @@ -noremap call hints#runHints("") -onoremap call hints#runHints("o") -vnoremap call hints#runHints("") +noremap (run-hints) call hints#runHints("") +onoremap (run-hints) call hints#runHints("o") +vnoremap (run-hints) call hints#runHints("") -- cgit