aboutsummaryrefslogtreecommitdiff
path: root/plugin/hints.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/hints.vim')
-rw-r--r--plugin/hints.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/hints.vim b/plugin/hints.vim
new file mode 100644
index 0000000..47282ad
--- /dev/null
+++ b/plugin/hints.vim
@@ -0,0 +1,3 @@
+noremap <silent> <C-f> :<C-u>call hints#runHints("")<cr>
+onoremap <silent> <C-f> :<C-u> call hints#runHints("V")<cr>
+vnoremap <silent> <C-f> :<C-u> call hints#runHints("V")<cr>