diff options
| author | 2025-11-29 10:14:34 -0800 | |
|---|---|---|
| committer | 2025-12-01 00:18:03 -0800 | |
| commit | a804e11629b2d54ce17a6a61f0e79536a2079000 (patch) | |
| tree | 762dc9735f8244c0adf264d7e79c68af760ef919 /oni | |
| parent | 8bd2a58a0a2ec6dbe89e636c92834caaa2cb746c (diff) | |
| download | new-dotfiles-a804e11629b2d54ce17a6a61f0e79536a2079000.tar.gz new-dotfiles-a804e11629b2d54ce17a6a61f0e79536a2079000.zip | |
kitty: Bind next_window to easy-to-use key
Diffstat (limited to 'oni')
| -rw-r--r-- | oni/home/config/common.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm index 1d8e5d6..62c74b1 100644 --- a/oni/home/config/common.scm +++ b/oni/home/config/common.scm @@ -220,7 +220,8 @@ LocalForward 19999 localhost:19999")) (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\\\"")))))) + (map . "ctrl+shift+g kitten hints --type=regex --regex=\\\"View build log at '([^']+)'\\.\\\" --program=\\\"emacsclient\\\"") + (map . "alt+o next_window")))))) (define home-channels-service (simple-service 'my-channel-service |
