Add binding C-c U
for DuckDuckGo search
This commit is contained in:
parent
7cca7f718e
commit
f83428f9f3
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
(define-key map (kbd "C-c g") 'prelude-google)
|
||||
(define-key map (kbd "C-c G") 'prelude-github)
|
||||
(define-key map (kbd "C-c y") 'prelude-youtube)
|
||||
(define-key map (kbd "C-c U") 'prelude-duckduckgo)
|
||||
;; mimic popular IDEs binding, note that it doesn't work in a terminal session
|
||||
(define-key map [(shift return)] 'prelude-smart-open-line)
|
||||
(define-key map (kbd "M-o") 'prelude-smart-open-line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue