Added keybinds

This commit is contained in:
Dominik Süß 2018-10-11 17:32:54 +02:00
parent 9fd5b7d0ed
commit 73f99a1a26

View 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"))))