Bind SPC s S -> swiper-isearch-thing-at-point #3656

This commit is contained in:
Henrik Lissner 2020-08-25 21:09:12 -04:00
parent 47b42a9d08
commit 76eae7bc46
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395
2 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@
:desc "Search project" "p" #'+default/search-project
:desc "Search other project" "P" #'+default/search-other-project
: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 "Thesaurus" "T" #'+lookup/synonyms)

View File

@ -641,6 +641,7 @@
:desc "Search other project" "P" #'+default/search-other-project
:desc "Jump to mark" "r" #'evil-show-marks
: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 "Thesaurus" "T" #'+lookup/synonyms)