From 35e5dbcb11af7a803b6b8a03cb31dd379ce78303 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 22 Apr 2018 23:59:33 -0400 Subject: [PATCH] config/default: reformat & refactor company keybinds --- modules/config/default/+bindings.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/config/default/+bindings.el b/modules/config/default/+bindings.el index 273274a43..2e1ae5c8f 100644 --- a/modules/config/default/+bindings.el +++ b/modules/config/default/+bindings.el @@ -367,11 +367,10 @@ "C-n" #'company-select-next "C-p" #'company-select-previous "C-h" #'company-quickhelp-manual-begin + "C-s" #'company-filter-candidates "C-S-h" #'company-show-doc-buffer "C-S-s" #'company-search-candidates - "C-s" #'company-filter-candidates "C-SPC" #'company-complete-common - "C-h" #'company-quickhelp-manual-begin "TAB" #'company-complete-common-or-cycle [tab] #'company-complete-common-or-cycle "S-TAB" #'company-select-previous