Add a keybinding to kitty for displaying guix build logs

This commit is contained in:
Tom Willemse 2023-07-08 00:36:14 -07:00
parent 74ee773778
commit b0a6211cb8

View file

@ -197,4 +197,7 @@ LocalForward 2812 localhost:2812"))
;; This doesn't appear to work.
; (map . "ctrl+alt+o focus_visible_window")
(map . "alt+2 new_window")
(map . "alt+0 close_window"))))))
(map . "alt+0 close_window")
;; Find any "View build log messages" from guix and open the
;; build log in Emacs.
(map . "ctrl+shift+g kitten hints --type=regex --regex=\\\"View build log at '([^']+)'\\.\\\" --program=\\\"emacsclient\\\""))))))