summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2018-09-11 15:35:37 +0200
committerPierre Neidhardt <ambrevar@gmail.com>2018-09-11 15:35:37 +0200
commitb55ae90f367e103e6568ae00779a8a51c68a0104 (patch)
tree8db5254bd55095585e6b7287e8e81d6ae7e5354a
parent50ed204f1b650bf1d6b671ef1e2196af25e4a7e8 (diff)
guix: Add store-item bindings
-rw-r--r--evil-collection-guix.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/evil-collection-guix.el b/evil-collection-guix.el
index 065b11a..43f9329 100644
--- a/evil-collection-guix.el
+++ b/evil-collection-guix.el
@@ -167,6 +167,15 @@
"p" 'guix-location-list-show-packages
"gd" 'guix-location-list-edit)
+ (evil-collection-guix-set guix-store-item-list-mode-map)
+ (evil-collection-define-key 'normal 'guix-store-item-list-mode-map
+ (kbd "<return>") 'bui-list-describe
+ "d" 'guix-store-item-list-mark-delete
+ "gd" 'guix-store-item-list-edit
+ "x" 'guix-store-item-list-execute)
+
+ (evil-collection-guix-set guix-store-item-info-mode-map)
+
(evil-collection-guix-set guix-hydra-build-list-mode-map)
(evil-collection-define-key 'normal 'guix-hydra-build-list-mode-map
(kbd "<return>") 'bui-list-describe