diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-19T11·27+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T10·26+0100 |
commit | 23cf5d43d8fdd913eec46af1b4f08499ec13bfc0 (patch) | |
tree | 4cc97aae770d5149a9021688540ea0463c36bc50 /emacs/.emacs.d/wpc/wpc-keybindings.el | |
parent | 108da34dd99bf4a2986a05e54c98f514966b38fe (diff) |
Centralize <SPC> in normal mode KBDs
Merging keybinding and wpc-keybindings step-by-step...
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-keybindings.el')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-keybindings.el | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-keybindings.el b/emacs/.emacs.d/wpc/wpc-keybindings.el index 69a5b952688e..fa6ba0003535 100644 --- a/emacs/.emacs.d/wpc/wpc-keybindings.el +++ b/emacs/.emacs.d/wpc/wpc-keybindings.el @@ -91,36 +91,6 @@ ;; kbds for magit is with `evil-magit'. (use-package evil-magit) -;; TODO: Consider moving this to another module. -(general-define-key - :prefix "<SPC>" - :states '(normal) - "i" #'counsel-semantic-or-imenu - "I" #'ibuffer - "hk" #'helpful-callable - "hf" #'helpful-function - "hm" #'helpful-macro - "hc" #'helpful-command - "hk" #'helpful-key - "hv" #'helpful-variable - "hp" #'helpful-at-point - "s" #'flyspell-mode - "S" #'sort-lines - "=" #'align - "p" #'flycheck-previous-error - "f" #'project-find-file - "n" #'flycheck-next-error - "N" #'smerge-next - "W" #'balance-windows - "gs" #'magit-status - "E" #'refine - "es" #'wpc/create-snippet - "l" #'linum-mode - "B" #'magit-blame - "w" #'save-buffer - "r" #'wpc/evil-replace-under-point - "R" #'deadgrep) - ;; create comments easily (use-package evil-commentary :after (evil) |