Set yasnippet prompt and keybind
This commit is contained in:
@@ -339,6 +339,8 @@ On the fly syntax checking.
|
|||||||
((org-mode
|
((org-mode
|
||||||
prog-mode)
|
prog-mode)
|
||||||
. yas-minor-mode)
|
. yas-minor-mode)
|
||||||
|
:custom (yas-prompt-functions '(yas-ido-prompt
|
||||||
|
yas-completing-prompt))
|
||||||
:config (yas-reload-all))
|
:config (yas-reload-all))
|
||||||
|
|
||||||
(use-package yasnippet-snippets
|
(use-package yasnippet-snippets
|
||||||
@@ -715,6 +717,7 @@ Define default terminal option.
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Aliases
|
** Aliases
|
||||||
|
|
||||||
*** General
|
*** General
|
||||||
|
|
||||||
Make confirm easier, by just pressing y/n.
|
Make confirm easier, by just pressing y/n.
|
||||||
@@ -814,6 +817,8 @@ Disable spacebar in evil motion.
|
|||||||
(global-set-key (kbd "C-M-h") 'centaur-tabs-move-current-tab-to-left)
|
(global-set-key (kbd "C-M-h") 'centaur-tabs-move-current-tab-to-left)
|
||||||
(global-set-key (kbd "C-M-l") 'centaur-tabs-move-current-tab-to-right)
|
(global-set-key (kbd "C-M-l") 'centaur-tabs-move-current-tab-to-right)
|
||||||
|
|
||||||
|
(global-set-key (kbd "M-x") 'smex)
|
||||||
|
|
||||||
;; Company completion selection
|
;; Company completion selection
|
||||||
(with-eval-after-load 'company
|
(with-eval-after-load 'company
|
||||||
(define-key company-active-map (kbd "M-n") nil)
|
(define-key company-active-map (kbd "M-n") nil)
|
||||||
@@ -942,6 +947,10 @@ General.el ~leader key binds.
|
|||||||
"k" '(centaur-tabs-select-beg-tab :which-key "Tab select last")
|
"k" '(centaur-tabs-select-beg-tab :which-key "Tab select last")
|
||||||
"l" '(centaur-tabs-forward-group :which-key "Tab forward group")
|
"l" '(centaur-tabs-forward-group :which-key "Tab forward group")
|
||||||
|
|
||||||
|
;; Insert
|
||||||
|
"i" '(:ignore t :which-key "insert")
|
||||||
|
"i s" '(yas-insert-snippet :which-key "Snippet")
|
||||||
|
|
||||||
;; Neotree
|
;; Neotree
|
||||||
"n" '(neotree-toggle-in-project-root :which-key "Toggle Neotree")
|
"n" '(neotree-toggle-in-project-root :which-key "Toggle Neotree")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user