config/default: M-b = compile
This commit is contained in:
parent
0d056149be
commit
692472b6bf
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
;; Other sensible, textmate-esque global bindings
|
;; Other sensible, textmate-esque global bindings
|
||||||
:ne "M-r" #'+eval/buffer
|
:ne "M-r" #'+eval/buffer
|
||||||
:ne "M-R" #'+eval/region-and-replace
|
:ne "M-R" #'+eval/region-and-replace
|
||||||
:ne "M-b" #'projectile-compile-project
|
:ne "M-b" #'compile
|
||||||
:ne "M-a" #'mark-whole-buffer
|
:ne "M-a" #'mark-whole-buffer
|
||||||
:ne "M-c" #'evil-yank
|
:ne "M-c" #'evil-yank
|
||||||
:ne "M-q" (if (daemonp) #'delete-frame #'evil-quit-all)
|
:ne "M-q" (if (daemonp) #'delete-frame #'evil-quit-all)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue