Update search link and fix org movements

This commit is contained in:
Colin Powell
2019-04-20 16:13:29 -04:00
parent 7e2cb91b35
commit 972bf9f39d

View File

@ -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"))