added hotkey for company complete and removed set mark (redundant with

visual mode)
This commit is contained in:
ndwarshuis 2018-10-10 19:24:03 -04:00
parent fa26d60575
commit 14ec033daa
1 changed files with 3 additions and 0 deletions

View File

@ -2176,6 +2176,7 @@ Some of these commands just get in the way of being evil (which really means tha
(kbd "C-b")
(kbd "C-a")
(kbd "C-e")
(kbd "C-<SPC>")
(kbd "C-x C-;")
(kbd "C-x C-l")
@ -2443,6 +2444,8 @@ These are for mode-specific bindings that can/should be outside of the evil maps
(global-set-key (kbd "C-<f12>") 'global-hl-line-mode)
(global-set-key (kbd "S-<f12>") 'display-line-numbers-mode)
(global-set-key (kbd "C-<SPC>") 'company-complete)
(global-set-key (kbd "C-c e") 'nd/config-visit)
(global-set-key (kbd "C-c r") 'nd/config-reload)
(global-set-key (kbd "C-c s") 'sudo-edit)