summaryrefslogtreecommitdiff
path: root/mms-keyboard.org
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-03-27 21:43:46 +0100
committermms <michal@sapka.me>2024-03-27 21:43:46 +0100
commitbdf8e75855b1d7c867987b541209ddb61956377b (patch)
tree3159e087a63f8e15b229559fdc1b7724ea0419be /mms-keyboard.org
parentb347cd324baef689ec89196b96b9129b7bc88921 (diff)
xah: consult
Diffstat (limited to 'mms-keyboard.org')
-rw-r--r--mms-keyboard.org14
1 files changed, 9 insertions, 5 deletions
diff --git a/mms-keyboard.org b/mms-keyboard.org
index 7b61700..489c770 100644
--- a/mms-keyboard.org
+++ b/mms-keyboard.org
@@ -142,9 +142,13 @@ I'll move them to dedicated sections when I reach them.
#+begin_src emacs-lisp
(use-package xah-fly-keys
- :config
- (xah-fly-keys-set-layout "qwerty")
-(xah-fly-keys 1))
-
-
+ :config
+ (xah-fly-keys-set-layout "qwerty")
+ (xah-fly-keys 1)
+
+ (define-key xah-fly-command-map (kbd "SPC i o") 'consult-bookmark)
+ (define-key xah-fly-command-map (kbd "SPC i f") 'consult-find)
+ (define-key xah-fly-command-map (kbd "SPC i F") 'find-file)
+ (define-key xah-fly-command-map (kbd "SPC i g") 'consult-ripgrep)
+ )
#+end_src