summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAjai Nelson <22969541+AjaiKN@users.noreply.github.com>2024-12-08 05:14:11 -0500
committerJames <1227856+jojojames@users.noreply.github.com>2024-12-08 07:00:56 -0500
commit1a7e9cf8a6612aeae169e5818d23a6d1edd3c49d (patch)
treefda046abc4d7541765f31076e5c4e580019cb357
parentf90c9b78785034b5b0527197c01e351d11226fbe (diff)
p-search: fix <tab> and <return> bindings
-rw-r--r--modes/p-search/evil-collection-p-search.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modes/p-search/evil-collection-p-search.el b/modes/p-search/evil-collection-p-search.el
index d00001a..346a5ed 100644
--- a/modes/p-search/evil-collection-p-search.el
+++ b/modes/p-search/evil-collection-p-search.el
@@ -66,8 +66,8 @@
"P" 'p-search-add-prior
"+" 'p-search-increase-preview-size
"-" 'p-search-decrease-preview-size
- "<tab>" 'p-search-toggle-section
- "<return>" 'p-search-find-document
+ (kbd "<tab>") 'p-search-toggle-section
+ (kbd "<return>") 'p-search-find-document
"gv" 'p-search-view-document
"go" 'p-search-view-document
(kbd "C-o") 'p-search-display-document