mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Bind SPC s S -> swiper-isearch-thing-at-point #3656
This commit is contained in:
@ -119,6 +119,7 @@
|
|||||||
:desc "Search project" "p" #'+default/search-project
|
:desc "Search project" "p" #'+default/search-project
|
||||||
:desc "Search other project" "P" #'+default/search-other-project
|
:desc "Search other project" "P" #'+default/search-other-project
|
||||||
:desc "Search buffer" "s" #'+default/search-buffer
|
:desc "Search buffer" "s" #'+default/search-buffer
|
||||||
|
:desc "Search buffer for thing at point" "S" #'swiper-isearch-thing-at-point
|
||||||
:desc "Dictionary" "t" #'+lookup/dictionary-definition
|
:desc "Dictionary" "t" #'+lookup/dictionary-definition
|
||||||
:desc "Thesaurus" "T" #'+lookup/synonyms)
|
:desc "Thesaurus" "T" #'+lookup/synonyms)
|
||||||
|
|
||||||
|
@ -641,6 +641,7 @@
|
|||||||
:desc "Search other project" "P" #'+default/search-other-project
|
:desc "Search other project" "P" #'+default/search-other-project
|
||||||
:desc "Jump to mark" "r" #'evil-show-marks
|
:desc "Jump to mark" "r" #'evil-show-marks
|
||||||
:desc "Search buffer" "s" #'+default/search-buffer
|
:desc "Search buffer" "s" #'+default/search-buffer
|
||||||
|
:desc "Search buffer for thing at point" "S" #'swiper-isearch-thing-at-point
|
||||||
:desc "Dictionary" "t" #'+lookup/dictionary-definition
|
:desc "Dictionary" "t" #'+lookup/dictionary-definition
|
||||||
:desc "Thesaurus" "T" #'+lookup/synonyms)
|
:desc "Thesaurus" "T" #'+lookup/synonyms)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user