Rebind helm-company to C-c j

C-S-j was not Termux (and finger) friendly.
This commit is contained in:
Gergely Polonkai 2017-04-04 22:23:51 +02:00
parent d162a66b94
commit 1d0834fae4
1 changed files with 2 additions and 2 deletions

View File

@ -301,9 +301,9 @@
helm
:bind
(:map company-mode-map
("C-S-j" . helm-company)
("C-c j" . helm-company)
:map company-active-map
("C-S-j" . helm-company)))
("C-c j" . helm-company)))
(use-package projectile
:ensure t