1 line
1 KiB
Plaintext
1 line
1 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>I am a new user to doom emacs . I was trying to global set the key C-f to +vertico/consult-fd and C-b to consult-buffer but the keys kept the same function even after the command </p> <p>(global-unset-key (kbd "C-f" ))</p> <p>(global-unset-key (kbd "C-b" ))</p> <p>(define-prefix-command 'fuzzy-fd)</p> <p>(global-set-key (kbd "C-f") fuzzy-fd)</p> <p>(define-prefix-command 'buffer-consult)</p> <p>(global-set-key (kbd "C-b") buffer-consult)</p> <p>(global-set-key (kbd "C-f") '+vertico/consult-fd)</p> <p>(global-set-key (kbd "C-b") 'consult-buffer )</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/aadi58002"> /u/aadi58002 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/qxg5pe/unable_to_unset_the_cb_evilscrollpageup_and_cf/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/qxg5pe/unable_to_unset_the_cb_evilscrollpageup_and_cf/">[comments]</a></span> |