mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Normalize :leader/:localleader keybinds
Evil states no longer apply to them. Also removes x-alt-keysym.
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
(map! :after terraform-mode
|
||||
:map terraform-mode-map
|
||||
:localleader
|
||||
:n "a" (λ! (compile "terraform apply"))
|
||||
:n "i" (λ! (compile "terraform init"))
|
||||
:n "p" (λ! (compile "terraform plan")))
|
||||
:desc "terraform apply" "a" (λ! (compile "terraform apply"))
|
||||
:desc "terraform init" "i" (λ! (compile "terraform init"))
|
||||
:desc "terraform plan" "p" (λ! (compile "terraform plan")))
|
||||
|
||||
|
||||
(def-package! company-terraform
|
||||
|
Reference in New Issue
Block a user