Add a keybinding to kitty for displaying guix build logs
This commit is contained in:
parent
74ee773778
commit
b0a6211cb8
1 changed files with 4 additions and 1 deletions
|
@ -197,4 +197,7 @@ LocalForward 2812 localhost:2812"))
|
||||||
;; This doesn't appear to work.
|
;; This doesn't appear to work.
|
||||||
; (map . "ctrl+alt+o focus_visible_window")
|
; (map . "ctrl+alt+o focus_visible_window")
|
||||||
(map . "alt+2 new_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\\\""))))))
|
||||||
|
|
Loading…
Reference in a new issue