Added keybinds
This commit is contained in:
parent
9fd5b7d0ed
commit
73f99a1a26
1 changed files with 8 additions and 0 deletions
8
modules/tools/terraform/config.el
Normal file
8
modules/tools/terraform/config.el
Normal file
|
@ -0,0 +1,8 @@
|
|||
;;; tools/terraform/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! terraform-mode
|
||||
(map! :map terraform-mode-map
|
||||
:localleader
|
||||
:n "a" (λ! (compile "terraform apply"))
|
||||
:n "i" (λ! (compile "terraform init"))
|
||||
:n "p" (λ! (compile "terraform plan"))))
|
Loading…
Add table
Add a link
Reference in a new issue