Guix: Bind "gz" to guix-switch-to-repl

This commit is contained in:
Pierre Neidhardt 2018-04-11 13:40:38 +05:30
parent 464d35fec0
commit 49cd031a28
1 changed files with 5 additions and 1 deletions

View File

@ -199,7 +199,11 @@
;; quit
"q" 'quit-window
"ZQ" 'evil-quit
"ZZ" 'quit-window))
"ZZ" 'quit-window)
(evil-define-key 'normal guix-devel-mode-map
;; repl
"gz" 'guix-switch-to-repl))
(provide 'evil-collection-guix)
;;; evil-collection-guix.el ends here