Bind SPC s S -> swiper-isearch-thing-at-point #3656
This commit is contained in:
parent
47b42a9d08
commit
76eae7bc46
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue