Fix M-s and C-x C-o bindings
This commit is contained in:
parent
773c6979b3
commit
0d8be8ccc8
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
|||
"M-c" 'evil-yank
|
||||
"M-o" 'helm-find-files
|
||||
"M-q" 'evil-quit-all
|
||||
"M-s" 'evil-write
|
||||
"M-s" 'save-buffer
|
||||
"M-v" 'clipboard-yank
|
||||
"M-z" 'undo
|
||||
"M-Z" 'redo
|
||||
|
@ -297,7 +297,7 @@
|
|||
:i "C-]" 'company-tags
|
||||
:i "s" 'company-ispell
|
||||
:i "C-s" 'company-yasnippet
|
||||
:i "C-o" 'company-semantic
|
||||
:i "C-o" 'company-capf
|
||||
:i "C-n" 'company-dabbrev-code
|
||||
:i "C-p" (λ! (let ((company-selection-wrap-around t))
|
||||
(call-interactively 'company-dabbrev-code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue