diff options
author | Thanos Apollo <[email protected]> | 2023-01-03 21:25:02 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-01-03 21:25:02 +0200 |
commit | 09cfd46b4d7f4265240251d6a1aab01d9e5cf4e3 (patch) | |
tree | 98510767664c2a09c063b081f184b650845f35b5 /.exwm.el | |
parent | 0c4feafd3efdc7ebf45089b1bc515f63b879da53 (diff) |
exwm: Update keys
Diffstat (limited to '.exwm.el')
-rw-r--r-- | .exwm.el | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -58,7 +58,12 @@ ?\C-\M-j ;; Buffer list ?\C-\ ?\C-k - ?\C-y)) + ?\C-y + ?\C-n + ?\C-p + ?\C-f + ?\C-b + ?\C-s)) ;; Ctrl+Q will enable the next key to be sent directly (define-key exwm-mode-map [?\C-q] 'exwm-input-send-next-key) |