Rebind helm-company to C-c j
C-S-j was not Termux (and finger) friendly.
This commit is contained in:
parent
d162a66b94
commit
1d0834fae4
4
init.el
4
init.el
@ -301,9 +301,9 @@
|
|||||||
helm
|
helm
|
||||||
:bind
|
:bind
|
||||||
(:map company-mode-map
|
(:map company-mode-map
|
||||||
("C-S-j" . helm-company)
|
("C-c j" . helm-company)
|
||||||
:map company-active-map
|
:map company-active-map
|
||||||
("C-S-j" . helm-company)))
|
("C-c j" . helm-company)))
|
||||||
|
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:ensure t
|
:ensure t
|
||||||
|
Loading…
Reference in New Issue
Block a user