guix: Add store-item bindings

This commit is contained in:
Pierre Neidhardt 2018-09-11 15:35:37 +02:00
parent 50ed204f1b
commit b55ae90f36
1 changed files with 9 additions and 0 deletions

View File

@ -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