Commit 372142d90c2c

Vincent Demeester <vincent@sbr.pm>
2020-04-09 12:43:32
config-completion.el: C-r to complete selection
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9f22fd3
Changed files (1)
tools
tools/emacs/config/config-completion.el
@@ -215,6 +215,7 @@ Otherwise, use `projectile-switch-to-project'."
          ("C-s" . company-select-previous)
          ("C-<up>" . company-select-next)
          ("C-<down>" . company-select-previous)
+         ("C-r" . company-complete-selection)
          ("TAB" . company-complete-common-or-cycle))
   :config
   (defun company-complete-common-or-selected ()