Update search link and fix org movements
This commit is contained in:
@ -34,10 +34,9 @@
|
||||
;;
|
||||
;; Keybinds
|
||||
|
||||
(map! :m "M-j" '+hlissner:multi-next-line
|
||||
:m "M-k" '+hlissner:multi-previous-line
|
||||
|
||||
;; Easier window movement
|
||||
;;:m "M-j" '+hlissner:multi-next-line
|
||||
;;:m "M-k" '+hlissner:multi-previous-line
|
||||
(map! ;; Easier window movement
|
||||
:n "C-h" 'evil-window-left
|
||||
:n "C-j" 'evil-window-down
|
||||
:n "C-k" 'evil-window-up
|
||||
@ -96,7 +95,7 @@
|
||||
|
||||
;; app/search
|
||||
(after! web-search
|
||||
(push '("Searx" "http://search.onec.me/?q=%s")
|
||||
(push '("Searx" "http://search.unbl.ink/?q=%s")
|
||||
web-search-providers)
|
||||
(setq web-search-default-provider "Searx"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user