diff options
author | Thanos Apollo <[email protected]> | 2023-09-26 15:30:51 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-26 15:30:51 +0300 |
commit | 696a16039e28e5844a164d69f60006b9c11a0067 (patch) | |
tree | 0c2c50e21687eb7584105f1589f94c8f274dfd41 /.stumpwm.d/keybindings.lisp | |
parent | f779356b6b8010ef38123a95e8ba0f0587a6f7c4 (diff) |
[stumpwm] Update nyxt commands
Diffstat (limited to '.stumpwm.d/keybindings.lisp')
-rw-r--r-- | .stumpwm.d/keybindings.lisp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.stumpwm.d/keybindings.lisp b/.stumpwm.d/keybindings.lisp index 7586047..f59a004 100644 --- a/.stumpwm.d/keybindings.lisp +++ b/.stumpwm.d/keybindings.lisp @@ -76,8 +76,9 @@ (define-key *root-map* (kbd "M-f") "move-window right") (define-key *root-map* (kbd "M-n") "move-window down") ;; Nyxt -(define-key *root-map* (kbd "s") "nyxt-buffer-load") -(define-key *root-map* (kbd "C-s") "nyxt-new-buffer-load") +(define-key *root-map* (kbd "s") "nyxt-buffer-search") +(define-key *root-map* (kbd "M-s") "nyxt-new-buffer-search") +(define-key *root-map* (kbd "C-s") "nyxt-buffer-url") ;; Productivity (load-module "productivity") (define-key *top-map* (kbd "F7") "productivity-mode-toggle") |