Update #emacs shortcuts

This commit is contained in:
Colin Powell
2019-11-26 17:25:27 -05:00
parent 4b96cd6bd9
commit ccee8fa2e1

View File

@ -61,9 +61,6 @@
:gi [s-backspace] #'doom/backward-kill-to-bol-and-indent)
:leader
(:prefix "j"
:desc "Dumb jump to def" "g" #'dumb-jump-go
:desc "Dumb jump back" "b" #'dumb-jump-back)
(:prefix "f"
:desc "Find file in dotfiles" "t" #'+hlissner/find-in-dotfiles
:desc "Browse dotfiles" "T" #'+hlissner/browse-dotfiles)
@ -74,16 +71,14 @@
:desc "Lobste.rs" "l" #'ivy-lobsters)
(:prefix "b"
:desc "Black format buffer" "f" #'blacken-buffer
:desc "isort buffer" "I" #'py-isort-buffer
:desc "Links in buffer" "l" #'ace-link-org)
(:prefix "/"
(:prefix "s"
:desc "Search project TODOs" "t" #'+ivy/tasks
:desc "Search the web" "w" #'web-search
:desc "Goto URL in w3m" "u" #'w3m-goto-url
:desc "Search in w3m" "3" #'w3m-search
:desc "Search all the things" "g" #'deadgrep)
(:prefix "y"
:desc "Yank pop!" "p" #'counsel-yank-pop
:desc "Git yank link" "g" #'git-link))
:desc "Search all the things" "g" #'deadgrep))
;; app/search
(after! web-search